Fixed being unable to get log in low android versions

This commit is contained in:
Anuken
2018-04-28 10:41:33 -04:00
parent 4fc8e321af
commit 7a22ca2841
2 changed files with 17 additions and 2 deletions
+3 -2
View File
@@ -10,6 +10,7 @@ repositories {
dependencies {
implementation 'com.android.support:support-v4:22.1.1'
implementation 'org.sufficientlysecure:donations:2.5'
implementation 'com.google.android.gms:play-services-auth:11.8.0'
}
task deploy(type: Copy){
@@ -58,8 +59,8 @@ android {
}
applicationId "io.anuke.mindustry"
minSdkVersion 9
targetSdkVersion 26
minSdkVersion 14
targetSdkVersion 27
versionCode code
versionName versionNameResult
}