UPDATE: 4.1.5X
All checks were successful
Build / build (push) Successful in 5m56s

This commit is contained in:
2026-03-20 02:51:29 +07:00
parent 988eeb2dd9
commit 2d74e99b32
12 changed files with 1945 additions and 963 deletions

View File

@@ -9,6 +9,11 @@ kotlin {
jvmToolchain(17)
}
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
}
android {
namespace = "com.example.firefly_go_android"
compileSdk = 36