Skip to content

Commit

Permalink
修复build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Eanya-Tonic committed Oct 6, 2024
1 parent 52d327b commit bf2fc3c
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 @@ -12,7 +12,7 @@ android {
targetSdk 28
versionCode 21
versionName "1.7.2"
ndk{abiFilters "armeabi"}
ndk{abiFilters "armeabi", "armeabi-v7a", "x86"}
multiDexEnabled true
}

Expand Down

0 comments on commit bf2fc3c

Please sign in to comment.