More enemy balancing

This commit is contained in:
Anuken
2017-12-11 23:48:37 -05:00
parent 2d9710c708
commit b4852247d0
14 changed files with 145 additions and 28 deletions
+20 -4
View File
@@ -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')
}