Skip to content

Commit

Permalink
add buildType for release w/o x86 (32 bit)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjlombardo committed Apr 3, 2024
1 parent 10e605a commit a05b38f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sqlcipher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
releaseNoX86 {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64'
}
}
debug {
minifyEnabled false
debuggable true
Expand Down

0 comments on commit a05b38f

Please sign in to comment.