Skip to content

Commit

Permalink
release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ialokim authored and grote committed Dec 27, 2020
1 parent 3cf36b5 commit 3d0e15f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
buildToolsVersion "29.0.2"

defaultConfig {
versionCode 118
versionName "2.1.0"
versionCode 119
versionName "2.1.1"

applicationId "de.grobox.liberario"
minSdkVersion 16
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog xmlns:tools="http://schemas.android.com/tools" tools:ignore="UnusedResources">

<release version="2.1.1" versioncode="119">
<change>Fix and (re-)add several regions: VMS, VTT, saarVV, VBN, nah.sh, AVV (Aachen), Luxembourg, BART, CMTA</change>
<change>Fix issues related to location sharing</change>
<change>Fix rare app crash and UI glitches in directions form</change>
<change>Enable encrypted backups</change>
</release>

<release version="2.1.0" versioncode="118">
<change>Rearranged directions form to see all of the options at first glance</change>
<change>New option to adapt app theme to Android settings</change>
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/119.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Fix and (re-)add several regions: VMS, VTT, saarVV, VBN, nah.sh, AVV (Aachen), Luxembourg, BART, CMTA
* Fix issues related to location sharing
* Fix rare app crash and UI glitches in directions form
* Enable encrypted backups

0 comments on commit 3d0e15f

Please sign in to comment.