diff --git a/.gitignore b/.gitignore index 8fe302a..9f8c5f7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/buildozer.spec b/buildozer.spec index a74ebfe..efd6b86 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -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