The real problem is given a cache of android apk v...
# announcements
d
The real problem is given a cache of android apk variants, each one supports a min sdk version, and either arm or arm64 chipsets. If I need to resolve an apk version that a device supports to the best alternative, how could I implement this in Kotlin in the best way?