Add batch processing, and format converter
This commit is contained in:
@@ -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/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user