Skip to content

Commit

Permalink
Set arm64-v8a for Solana flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 authored Oct 18, 2024
1 parent 7f3ddaf commit 37a6d9e
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 @@ -69,7 +69,7 @@ android {
create("solana") {
dimension = channelDimension
ndk {
abiFilters.add("x86_64")
abiFilters.add("arm64-v8a")
}
buildConfigField("String", "UPDATE_URL", "\"solanadappstore://details?id=com.gemwallet.android\"")
}
Expand Down

0 comments on commit 37a6d9e

Please sign in to comment.