Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
Support 64bit Architecture.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikunj committed Jul 23, 2019
1 parent 8d3a183 commit c7b5af7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ android {
targetSdkVersion 28
versionCode gitVersionCode
versionName gitVersionName
ndk.abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down

0 comments on commit c7b5af7

Please sign in to comment.