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

@@ -14,6 +14,10 @@ required=(
"${LOCAL_REPO}/androidx/webkit/webkit/1.14.0/webkit-1.14.0.pom"
"${LOCAL_REPO}/androidx/appcompat/appcompat/1.7.1/appcompat-1.7.1.pom"
"${LOCAL_REPO}/androidx/browser/browser/1.8.0/browser-1.8.0.pom"
"${LOCAL_REPO}/androidx/annotation/annotation/1.9.1/annotation-1.9.1.pom"
"${LOCAL_REPO}/androidx/lifecycle/lifecycle-runtime/2.10.0/lifecycle-runtime-2.10.0.aar"
"${LOCAL_REPO}/androidx/emoji2/emoji2-views-helper/1.2.0/emoji2-views-helper-1.2.0.aar"
"${LOCAL_REPO}/androidx/savedstate/savedstate/1.2.1/savedstate-1.2.1.aar"
"${LOCAL_REPO}/org/jetbrains/kotlin/kotlin-gradle-plugin/1.9.25/kotlin-gradle-plugin-1.9.25.pom"
)