Skip to content

Commit

Permalink
Android/Kivy:
Browse files Browse the repository at this point in the history
- Metadata update
  • Loading branch information
lufebe16 committed Jan 13, 2025
1 parent 4566cb2 commit b189c4b
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion buildozer/aversion
Original file line number Diff line number Diff line change
Expand Up @@ -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):")

Expand Down
2 changes: 1 addition & 1 deletion buildozer/buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions buildozer/fdroid.init
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ then
exit 1
fi

virtualenv FINIT
python3 -m venv FINIT
source FINIT/bin/activate

pip3 install attrs
Expand Down Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions buildozer/pubspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 102130102,
"versionName": "3.1.2",
"versionCode": 102130200,
"versionName": "3.2.0",
"outputFile": "pysolfc-release.apk"
}
],
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/102130200.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

- menu entry to select random games.
- enhancements and bug fixes (see https://pysolfc.sourceforge.io)
Binary file modified locale/de/LC_MESSAGES/pysol.mo
Binary file not shown.
Binary file modified locale/fr/LC_MESSAGES/pysol.mo
Binary file not shown.
Binary file modified locale/it/LC_MESSAGES/pysol.mo
Binary file not shown.
Binary file modified locale/pl/LC_MESSAGES/pysol.mo
Binary file not shown.
Binary file modified locale/pt_BR/LC_MESSAGES/pysol.mo
Binary file not shown.
Binary file modified locale/ru/LC_MESSAGES/pysol.mo
Binary file not shown.

0 comments on commit b189c4b

Please sign in to comment.