Project reorganization (#5096)

* Rename AndroidConfig to Config

* Move base AndroidManifest.xml

* Make fallback icons into an Android module

* Add example of how to only load a single extension in Gradle project
This commit is contained in:
arkon
2020-12-11 09:41:48 -05:00
committed by GitHub
parent 0c39ab336b
commit d84a4c90b1
13 changed files with 49 additions and 21 deletions

View File

@ -1,4 +1,4 @@
object AndroidConfig {
object Config {
const val compileSdk = 29
const val minSdk = 16
const val targetSdk = 29