mirror of
https://codeberg.org/vanous/huafetcher.git
synced 2025-01-10 07:02:03 +01:00
update android sdk
This commit is contained in:
parent
d56ec6a3c3
commit
f42601ceb5
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user