Add build tool version to android config (#1803)

This commit is contained in:
rhjdvsgsgks
2025-03-01 21:31:02 +00:00
committed by GitHub
parent 7b70b40d30
commit 7566918ee7
3 changed files with 2 additions and 2 deletions
@@ -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