Skip to content

Commit

Permalink
android: build release version #89
Browse files Browse the repository at this point in the history
  • Loading branch information
JaCzekanski committed Sep 13, 2020
1 parent 72d7415 commit d6aeff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/android/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cd /home/build

export BUILD_MODE=release
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
if [ "$TRAVIS_PULL_REQUEST" = "true" ]; then
export BUILD_MODE=debug
fi

Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
}
debug {
ndk {
abiFilters "x86_64"
abiFilters "arm64-v8a", "armeabi-v7a", "x86_64"
}
}
}
Expand Down

0 comments on commit d6aeff3

Please sign in to comment.