fix docker for tauri android build

This commit is contained in:
lendry
2026-06-27 00:10:28 +03:00
parent 886b7e9ade
commit 1a30e7e21c
98 changed files with 24218 additions and 68 deletions

View File

@@ -6,4 +6,11 @@ pluginManagement {
}
}
plugins {
id("com.android.application") version "8.11.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.25" apply false
}
rootProject.name = "agp-resolver"
include(":app")
include(":tools")