You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
398 B
17 lines
398 B
# 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://jcenter.bintray.com/"
|
|
}
|
|
}
|
|
repositories {
|
|
maven_repo {
|
|
url: "https://dl.google.com/dl/android/maven2/"
|
|
}
|
|
}
|