Use AGP provided NDK and Build Tools version
This commit is contained in:
@@ -26,13 +26,9 @@ 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
|
||||
ndk {
|
||||
version = AndroidConfig.NDK
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
||||
Reference in New Issue
Block a user