mirror of https://github.com/LeOS-GSI/LeOS-Genesis
bug fixes
parent
ef4ed7ba4e
commit
6e5c0b0ed9
|
@ -69,6 +69,18 @@ android {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
|
splits {
|
||||||
|
abi {
|
||||||
|
enable true
|
||||||
|
reset()
|
||||||
|
include 'arm64-v8a'
|
||||||
|
include 'x86'
|
||||||
|
include 'armeabi-v7a'
|
||||||
|
include 'x86_64'
|
||||||
|
|
||||||
|
universalApk false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -99,7 +111,7 @@ dependencies {
|
||||||
implementation 'org.slf4j:slf4j-android:1.7.26'
|
implementation 'org.slf4j:slf4j-android:1.7.26'
|
||||||
|
|
||||||
/*Ads Manager*/
|
/*Ads Manager*/
|
||||||
implementation 'com.google.android.gms:play-services-ads-lite:18.1.0'
|
implementation 'com.google.android.gms:play-services-ads:18.1.0'
|
||||||
|
|
||||||
/*Crashlytics*/
|
/*Crashlytics*/
|
||||||
implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1'
|
implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1'
|
||||||
|
|
Loading…
Reference in New Issue