|
@@ -31,14 +31,16 @@ android {
|
|
|
abi {
|
|
|
enable true
|
|
|
reset()
|
|
|
- include 'x86', 'x86_64', 'armeabi', 'arm64-v8a'
|
|
|
+ include 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
|
|
|
universalApk false
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
+ //noinspection GradleCompatible
|
|
|
implementation 'com.android.support:support-compat:28.0.0'
|
|
|
+ //noinspection GradleCompatible
|
|
|
implementation 'com.android.support:appcompat-v7:28.0.0'
|
|
|
//compile fileTree(include: ['*.jar'], dir: 'libs')
|
|
|
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2', {
|