Skip to content

Commit

Permalink
Exclude x86, x86_64 architectures to make build size smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelekol committed Nov 25, 2024
1 parent 7580439 commit 6779bfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ android {
resValue "string", "walletConnectAppMetaDataUrl", "unstoppable.money"
resValue "string", "walletConnectAppMetaDataIcon", "https://raw.githubusercontent.com/horizontalsystems/HS-Design/master/PressKit/UW-AppIcon-on-light.png"
resValue "string", "accountsBackupFileSalt", "unstoppable"

ndk {
abiFilters "armeabi-v7a", "arm64-v8a"
}
}

buildFeatures {
Expand Down

0 comments on commit 6779bfe

Please sign in to comment.