Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
xm0625 committed Nov 15, 2017
1 parent b22fcff commit 910d547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
// Specifies the ABI configurations of your native
// libraries Gradle should build and package with your APK.//"armeabi", "armeabi-v7a", "x86", "mips"
ndk {
abiFilters "x86"
abiFilters "x86", "armeabi-v7a"
}
}

Expand Down

0 comments on commit 910d547

Please sign in to comment.