chore(android): update Gradle dependencies, adjust Python build path, and enhance AndroidManifest with drawable resources

This commit is contained in:
2026-01-01 21:57:05 -06:00
parent 7555d95d32
commit d2c2d7a02b
10 changed files with 71 additions and 29 deletions

View File

@@ -6,15 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.3'
classpath "com.chaquo.python:gradle:15.0.1"
}
}
allprojects {
repositories {
google()
mavenCentral()
maven { url "https://chaquo.com/maven" }
classpath "com.chaquo.python:gradle:16.1.0"
}
}