We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e605a commit a05b38fCopy full SHA for a05b38f
sqlcipher/build.gradle
@@ -20,6 +20,13 @@ android {
20
minifyEnabled false
21
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
22
}
23
+ releaseNoX86 {
24
+ minifyEnabled false
25
+ proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
26
+ ndk {
27
+ abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64'
28
+ }
29
30
debug {
31
32
debuggable true
0 commit comments