Define SDK/build tool versions in buildSrc
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
object AndroidConfig {
|
||||
const val compileSdk = 29
|
||||
const val minSdk = 21
|
||||
const val targetSdk = 29
|
||||
const val buildTools = "29.0.3"
|
||||
}
|
||||
Reference in New Issue
Block a user