Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Add arm64
  • Loading branch information
denzilferreira authored Dec 13, 2022
1 parent 7d1f276 commit 1c15551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aware-phone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ android {
abi {
enable true
reset()
include 'armeabi', 'x86'
include 'armeabi', 'x86', 'arm64'
}
}

Expand Down

0 comments on commit 1c15551

Please sign in to comment.