Fixed being unable to get log in low android versions
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user