Skip to content

Commit

Permalink
Add arch arm64-v8a to android.archs`
Browse files Browse the repository at this point in the history
  • Loading branch information
HeaTTheatR committed Dec 27, 2022
1 parent 531a1a6 commit 35f0ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ android.skip_update = False
android.accept_sdk_license = True

# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64
android.archs = armeabi-v7a
android.archs = armeabi-v7a, arm64-v8a

# android.release_artifact = apk

Expand Down

0 comments on commit 35f0ec6

Please sign in to comment.