Skip to content

Commit 910d547

Browse files
committed
更新版本号
1 parent b22fcff commit 910d547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
// Specifies the ABI configurations of your native
3131
// libraries Gradle should build and package with your APK.//"armeabi", "armeabi-v7a", "x86", "mips"
3232
ndk {
33-
abiFilters "x86"
33+
abiFilters "x86", "armeabi-v7a"
3434
}
3535
}
3636

0 commit comments

Comments
 (0)