Define SDK/build tool versions in buildSrc

This commit is contained in:
arkon
2020-07-01 11:53:30 -04:00
parent c2114bbd4f
commit ed1123feb0
2 changed files with 12 additions and 6 deletions

View File

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