Add batch processing, and format converter

This commit is contained in:
2026-06-29 16:26:08 +07:00
parent 30d84eef72
commit 785a227bad
867 changed files with 40914 additions and 2272 deletions
@@ -0,0 +1,16 @@
# List of SDK dependencies of this app, this information is also included in an encrypted form in the APK.
# For more information visit: https://d.android.com/r/tools/dependency-metadata
module_dependencies {
module_name: "base"
}
repositories {
maven_repo {
url: "https://dl.google.com/dl/android/maven2/"
}
}
repositories {
maven_repo {
url: "https://repo.maven.apache.org/maven2/"
}
}