More enemy balancing
This commit is contained in:
+20
-4
@@ -1,3 +1,17 @@
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
maven {
|
||||
url "https://maven.google.com"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:support-v4:22.1.1'
|
||||
compile 'org.sufficientlysecure:donations:2.5'
|
||||
}
|
||||
|
||||
android {
|
||||
buildToolsVersion "25.0.0"
|
||||
compileSdkVersion 25
|
||||
@@ -31,6 +45,12 @@ android {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
productFlavors {
|
||||
google {
|
||||
buildConfigField "boolean", "DONATIONS_GOOGLE", "true"
|
||||
}
|
||||
}
|
||||
}
|
||||
// called every time gradle gets executed, takes the native dependencies of
|
||||
// the natives configuration, and extracts them to the proper libs/ folders
|
||||
@@ -130,8 +150,4 @@ idea {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
//compile files('lib/ucore.jar')
|
||||
}
|
||||
Reference in New Issue
Block a user