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 Nov 20, 2024
1 parent d7d9bb3 commit cb2252b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.0"
version="3.1.1"
sversion=$(echo $version | sed -E "s:(.*)\..*:\1:")
tuple=$(echo $version | sed -E "s:(.*)\.(.*)\.(.*):(\1, \2, \3):")

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": 102130100,
"versionName": "3.1.0",
"versionCode": 102130101,
"versionName": "3.1.1",
"outputFile": "pysolfc-release.apk"
}
],
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/102130101.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

- zoom with two fingers and pan in the card free areas of a game.
- tools menu entry to reset the zoom.

0 comments on commit cb2252b

Please sign in to comment.