Skip to content

Commit

Permalink
Fix: Build Problem
Browse files Browse the repository at this point in the history
Refactor: None
Feat: None
  • Loading branch information
jiloysss authored and jiloysss committed Aug 16, 2019
1 parent 9f6c354 commit 9acbad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ android {
versionCode _VERSION_CODE
versionName _VERSION_NAME
ndk {
abiFilters ""armeabi-v7a", "x86","x86_64"
abiFilters "armeabi-v7a", "x86","x86_64"
}
}
signingConfigs {
Expand Down

0 comments on commit 9acbad0

Please sign in to comment.