We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6520578 + a30fdad commit e22cf40Copy full SHA for e22cf40
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
jcenter()
8
}
9
dependencies {
10
- classpath 'com.android.tools.build:gradle:3.5.0'
+ classpath 'com.android.tools.build:gradle:3.5.1'
11
12
13
// NOTE: Do not place your application dependencies here; they belong
psicashlib/build.gradle
@@ -26,9 +26,6 @@ android {
26
externalNativeBuild {
27
cmake {
28
version "3.10.2"
29
-
30
- // To keep the size small, do not include all ABIs in release build
31
- abiFilters "armeabi-v7a", "arm64-v8a"
32
33
34
0 commit comments