Skip to content

Commit

Permalink
compile only for arm32 instead of only for arm64 oop
Browse files Browse the repository at this point in the history
oop
  • Loading branch information
SolDev69 authored Dec 8, 2023
1 parent b7687f9 commit b0a19d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_pojavlauncher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ android {
buildTypes {
debug {
ndk {
abiFilters = ['arm64-v8a']
abiFilters = ['armeabi-v7a']
}
applicationIdSuffix '.sol'
minifyEnabled false
Expand Down

0 comments on commit b0a19d1

Please sign in to comment.