mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Android/Kivy:
- metadata update
This commit is contained in:
parent
d7d9bb3ea6
commit
cb2252b74e
3 changed files with 6 additions and 3 deletions
|
@ -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):")
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 102130100,
|
||||
"versionName": "3.1.0",
|
||||
"versionCode": 102130101,
|
||||
"versionName": "3.1.1",
|
||||
"outputFile": "pysolfc-release.apk"
|
||||
}
|
||||
],
|
||||
|
|
3
fastlane/metadata/android/en-US/changelogs/102130101.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/102130101.txt
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue