1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-03-12 04:07:01 -04:00

Android/Kivy:

- Metadata update
This commit is contained in:
lufebe16 2025-01-13 16:56:39 +01:00
parent 4566cb2fc5
commit b189c4b3b0
11 changed files with 9 additions and 6 deletions

View file

@ -9,7 +9,7 @@ else
fi
# current android version mumber.
version="3.1.2"
version="3.2.0"
sversion=$(echo $version | sed -E "s:(.*)\..*:\1:")
tuple=$(echo $version | sed -E "s:(.*)\.(.*)\.(.*):(\1, \2, \3):")

View file

@ -103,7 +103,7 @@ android.permissions = WRITE_EXTERNAL_STORAGE, MANAGE_EXTERNAL_STORAGE
#android.features = android.hardware.usb.host
# (int) Target Android API, should be as high as possible.
android.api = 33
android.api = 34
# (int) Minimum API your APK / AAB will support.
#android.minapi = 21

View file

@ -6,7 +6,7 @@ then
exit 1
fi
virtualenv FINIT
python3 -m venv FINIT
source FINIT/bin/activate
pip3 install attrs
@ -43,7 +43,7 @@ sed -r "s:#? ?source\.exclude_patterns =.*:source.exclude_patterns = README.*,AU
sed -r "s:#? ?android\.skip_update =.*:android.skip_update = True:" -i buildozer.spec
sed -r "s:#? ?android\.accept_sdk_license =.*:android.accept_sdk_license = False:" -i buildozer.spec
sed -r "s:#? ?log_level =.*:log_level = 2:" -i buildozer.spec
sed -r "s:#? ?warn_on_root =.*:warn_on_root = 0:" -i buildozer.spec
echo '### end init'

View file

@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 102130102,
"versionName": "3.1.2",
"versionCode": 102130200,
"versionName": "3.2.0",
"outputFile": "pysolfc-release.apk"
}
],

View file

@ -0,0 +1,3 @@
- menu entry to select random games.
- enhancements and bug fixes (see https://pysolfc.sourceforge.io)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.