build dep fix

This commit is contained in:
randogoth 2026-06-19 12:51:07 +03:00
parent e6b6f39641
commit 1c52e249ba
5 changed files with 8 additions and 6 deletions

View file

@ -13,7 +13,7 @@ subprojects {
afterEvaluate { project ->
if (project.hasProperty("android")) {
project.android {
compileSdkVersion 34
compileSdkVersion 36
}
}
}