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

@ -5301,7 +5301,7 @@ dependencies = [
[[package]] [[package]]
name = "tensamin" name = "tensamin"
version = "0.0.0" version = "0.0.11"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"jni 0.21.1", "jni 0.21.1",

View file

@ -7,7 +7,7 @@ buildscript {
} }
dependencies { dependencies {
classpath("com.android.tools.build:gradle:8.11.0") 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")
} }
} }