We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75423c9 commit 183a3f0Copy full SHA for 183a3f0
1 file changed
buildozer.spec
@@ -45,7 +45,6 @@ requirements =
45
plyer==2.0.0,
46
able_recipe,
47
Pillow,
48
- numpy,
49
requests==2.24.0,
50
urllib3==1.25.9,
51
certifi==2019.6.16,
@@ -57,16 +56,17 @@ requirements =
57
56
58
android.api = 29
59
android.minapi = 22
60
-android.ndk = 19c
+android.ndk = 20b
61
62
android.permissions =
63
WAKE_LOCK,
+ ACCESS_NETWORK_STATE,
64
+ ACCESS_WIFI_STATE,
65
+ CHANGE_WIFI_STATE,
66
INTERNET,
67
CAMERA,
68
VIBRATE,
- SEND_SMS,
- CALL_PRIVILEGED,
69
- CALL_PHONE,
+ WRITE_EXTERNAL_STORAGE,
70
ACCESS_COARSE_LOCATION,
71
ACCESS_FINE_LOCATION,
72
BLUETOOTH,
0 commit comments