Removed donations library and Android support libraries

This commit is contained in:
Anuken
2019-04-01 18:46:11 -04:00
parent 608de34205
commit be60a367e8
13 changed files with 7 additions and 200 deletions
-9
View File
@@ -27,9 +27,6 @@ repositories {
dependencies {
implementation project(":core")
implementation project(":net")
implementation 'com.android.support:support-v4:28.0.0'
implementation 'org.sufficientlysecure:donations:2.5'
implementation 'com.google.android.gms:play-services-auth:16.0.1'
implementation arcModule("backends:backend-android")
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi"
@@ -103,12 +100,6 @@ android {
flavorDimensions "google"
productFlavors {
google {
buildConfigField "boolean", "DONATIONS_GOOGLE", "true"
}
}
signingConfigs {
release {
if(project.hasProperty("RELEASE_STORE_FILE")) {