Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
thewiilover authored Sep 9, 2024
1 parent d5932bd commit 305eb7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ android {
ndkVersion = "26.1.10909125"
compileSdkVersion = "android-32"
defaultConfig {
ndk {
abiFilters 'arm64-v8a'
}
minSdk 32

ndk.stl = "c++_shared"
Expand Down

0 comments on commit 305eb7b

Please sign in to comment.