update android sdk

This commit is contained in:
vanous 2022-05-20 17:11:13 +02:00
parent d56ec6a3c3
commit f42601ceb5
2 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View File

@ -6,6 +6,9 @@ __pycache__/
*$py.class
cep_alm_pak.zip
cep_7days.zip
cep_1week.zip
cep_pak.bin
lle_1week.zip
credentials.*
README.html
tmp

View File

@ -7,7 +7,7 @@ title = HuaFetcher
package.name = huafetcher
# (str) Package domain (needed for android/ios packaging)
package.domain = cz.linux
package.domain = nodomain.nopackage
# (str) Source code where the main.py live
source.dir = .
@ -28,7 +28,7 @@ source.exclude_dirs = tests, bin, screenshots
#source.exclude_patterns = license,images/*/*.jpg
# (str) Application versioning (method 1)
version = 0.19
version = 0.23
# (str) Application versioning (method 2)
# version.regex = __version__ = ['"](.*)['"]
@ -88,7 +88,7 @@ fullscreen = 0
android.permissions = INTERNET,WRITE_EXTERNAL_STORAGE,READ_EXTERNAL_STORAGE
# (int) Target Android API, should be as high as possible.
#android.api = 27
android.api = 28
# (int) Minimum API your APK will support.
#android.minapi = 21