Target Android SDK 35

This commit is contained in:
Nico
2025-10-27 11:36:19 +01:00
committed by akwizgran
parent 070a0181d9
commit 65f4f09d8f
34 changed files with 366 additions and 118 deletions

View File

@@ -25,8 +25,13 @@ configurations {
}
}
sourceCompatibility = 1.8
targetCompatibility = 1.8
kotlin {
jvmToolchain(17)
}
compileJava {
options.release = 17
}
dependencies {
implementation project(':bramble-core')