Skip to content

Commit

Permalink
release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ialokim authored and grote committed May 26, 2021
1 parent d73b77b commit f2b7a04
Show file tree
Hide file tree
Showing 3 changed files with 7 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 119
versionName "2.1.1"
versionCode 120
versionName "2.1.2"

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

<release version="2.1.2" versioncode="120">
<change>Prevent crash on first startup</change>
</release>

<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>
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/120.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Prevent crash on first startup

0 comments on commit f2b7a04

Please sign in to comment.