Update to SDK 29 (#3629)

* Print out repo JSON contents during build

* Target SDK 29
This commit is contained in:
arkon
2020-06-27 15:21:46 -04:00
committed by GitHub
parent be6c269621
commit e405512146
6 changed files with 14 additions and 12 deletions

View File

@ -1,6 +1,6 @@
object AndroidConfig {
const val compileSdk = 27
const val compileSdk = 29
const val minSdk = 16
const val targetSdk = 27
const val targetSdk = 29
const val buildTools = "29.0.3"
}