mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-01 00:42:39 +00:00
15 lines
No EOL
422 B
Groovy
15 lines
No EOL
422 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
subprojects {
|
|
buildscript {
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
dependencies {
|
|
classpath 'com.android.tools.build:gradle:1.0.1'
|
|
classpath 'com.github.dcendents:android-maven-plugin:1.2'
|
|
}
|
|
}
|
|
|
|
group = 'org.microg.gms'
|
|
version = '1.0-SNAPSHOT'
|
|
} |