fix docker for tauri android build
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user