|
|
|
|
|
by krschultz
4197 days ago
|
|
You can. Split your APK based on SDK version. Have different manifests with different permissions & code for the respective versions. The new Gradle toolchain makes all of that easy to do, but it is tough to maintain lots of version specific code long term. |
|