Skip to content

Commit

Permalink
fix: wrong abi string for armeabi-v7a
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahmehiz committed Aug 31, 2024
1 parent 65c1849 commit 8d3bfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ android {
}
}
val abiCodes = mapOf(
"armabi-v7a" to 1,
"armeabi-v7a" to 1,
"arm64-v8a" to 2,
"x86" to 3,
"x86_64" to 4,
Expand Down

0 comments on commit 8d3bfbd

Please sign in to comment.