Skip to content

Commit b6615f3

Browse files
authored
Update buildozer.spec
1 parent eb894e0 commit b6615f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

client/buildozer.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ android.permissions = android.permission.INTERNET, android.permission.ACCESS_NET
114114
android.api = 36
115115

116116
# (int) Minimum API your APK / AAB will support.
117-
android.minapi = 32
117+
android.minapi = 30
118118

119119
# (int) Android SDK version to use
120120
#android.sdk = 20
@@ -123,7 +123,7 @@ android.minapi = 32
123123
android.ndk = 28c
124124

125125
# (int) Android NDK API to use. This is the minimum API your app will support, it should usually match android.minapi.
126-
#android.ndk_api = 32
126+
android.ndk_api = 30
127127

128128
# (str) Android NDK directory (if empty, it will be automatically downloaded.)
129129
#android.ndk_path =
@@ -175,7 +175,7 @@ android.accept_sdk_license = True
175175
#android.whitelist =
176176

177177
# (bool) If True, your application will be listed as a home app (launcher app)
178-
android.home_app = True
178+
# android.home_app = True
179179

180180
# (str) Path to a custom whitelist file
181181
#android.whitelist_src =

0 commit comments

Comments
 (0)