Use AGP provided NDK and Build Tools version

This commit is contained in:
AntsyLich
2025-12-13 00:18:48 +06:00
parent 4cb05cc738
commit 5fe7dd9f06
2 changed files with 0 additions and 6 deletions
@@ -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 {