ADD file via upload

puavjn2x9 10 months ago
parent 181b04ac15
commit aff8db792a

@ -0,0 +1,17 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.2'
}
}
allprojects {
repositories {
google()
jcenter()
}
}
Loading…
Cancel
Save