Skip to content

Commit

Permalink
buildozer requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdanbobrowski committed Sep 4, 2024
1 parent 9587df5 commit 9a15de6
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,6 @@ orientation = portrait
# (list) List of service to declare
#services = NAME:ENTRYPOINT_TO_PY,NAME2:ENTRYPOINT2_TO_PY

#
# OSX Specific
#

#
# author = © Copyright Info

# change the major version of python used by the app
osx.python_version = 3

# Kivy version to use
osx.kivy_version = 2.3.10

#
# Android specific
#
Expand All @@ -94,13 +81,13 @@ android.api = 27
android.minapi = 21

# (int) Android SDK version to use
android.sdk = 20
android.sdk = 25

# (str) Android NDK version to use
android.ndk = 19b
android.ndk = 25

# (int) Android NDK API to use. This is the minimum API your app will support, it should usually match android.minapi.
android.ndk_api = 21
android.ndk_api = 25

# (bool) Use --private data storage (True) or --dir public storage (False)
#android.private_storage = True
Expand Down

0 comments on commit 9a15de6

Please sign in to comment.