Skip to content

Commit

Permalink
Testing: Remove armeabi to allow building in jitpack & example
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Mar 20, 2019
1 parent d1874ed commit 044a7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sdk-app-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
signingConfig signingConfigs.config
ndk {
// NOTE: remove armeabi if testing on NDK r17+
abiFilters 'arm64-v8a', 'armeabi-v7a', 'armeabi', 'x86', 'x86_64'
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86', 'x86_64'
}
}
buildTypes {
Expand Down

0 comments on commit 044a7ce

Please sign in to comment.