Skip to content

Commit e22cf40

Browse files
authored
Merge pull request #24 from adam-p/master
Don't strip library
2 parents 6520578 + a30fdad commit e22cf40

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.5.0'
10+
classpath 'com.android.tools.build:gradle:3.5.1'
1111

1212

1313
// NOTE: Do not place your application dependencies here; they belong

psicashlib/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ android {
2626
externalNativeBuild {
2727
cmake {
2828
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"
3229
}
3330
}
3431
}

0 commit comments

Comments
 (0)