VancedMicroG/build.gradle

15 lines
422 B
Groovy
Raw Normal View History

2015-03-13 01:41:14 +01:00
// 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'
2015-01-12 00:07:59 +01:00
}
}
2015-03-13 01:41:14 +01:00
group = 'org.microg.gms'
version = '1.0-SNAPSHOT'
}