Add build tool version to android config (#1803)
This commit is contained in:
@@ -26,6 +26,7 @@ val Project.libs get() = the<LibrariesForLibs>()
|
||||
internal fun Project.configureAndroid(commonExtension: CommonExtension<*, *, *, *, *, *>) {
|
||||
commonExtension.apply {
|
||||
compileSdk = AndroidConfig.COMPILE_SDK
|
||||
buildToolsVersion = AndroidConfig.BUILD_TOOLS
|
||||
|
||||
defaultConfig {
|
||||
minSdk = AndroidConfig.MIN_SDK
|
||||
|
||||
Reference in New Issue
Block a user