fix(mobile): build errors

This commit is contained in:
Alois 2026-08-06 13:49:16 +02:00
commit 1ea13acc3b
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:8.11.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.25")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20")
}
}