upgrade android deps

This commit is contained in:
Fabian Freund
2026-02-06 05:31:14 +01:00
parent 004efa3cfb
commit d7e635782b
19 changed files with 32 additions and 25 deletions
+8 -1
View File
@@ -5,7 +5,7 @@ ext {
}
buildscript {
ext.kotlin_version = '2.1.20'
ext.kotlin_version = '2.2.20'
}
allprojects {
@@ -20,6 +20,13 @@ allprojects {
rootProject.buildDir = "../build"
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
afterEvaluate {
if (it.hasProperty("android")) {
android {
compileSdkVersion 36
}
}
}
}
subprojects {
project.evaluationDependsOn(":app")