Skip to content

Commit

Permalink
release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ialokim committed Jan 14, 2024
1 parent af5841b commit 377f566
Show file tree
Hide file tree
Showing 3 changed files with 11 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 @@ -8,8 +8,8 @@ apply from: 'witness.gradle'
android {

defaultConfig {
versionCode 124
versionName "2.2.0"
versionCode 125
versionName "2.2.1"

applicationId "de.grobox.liberario"
minSdkVersion 21
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
Expand Up @@ -2,6 +2,13 @@
<changelog xmlns:tools="http://schemas.android.com/tools"
tools:ignore="UnusedResources">

<release
version="2.2.1"
versioncode="125">
<change>Fix app crash at startup when no network-backed location provider was available (thanks Altonss!)</change>
<change>Make sure all parts of the app follow theme settings consistently</change>
</release>

<release
version="2.2.0"
versioncode="124">
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/125.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fix app crash at startup when no network-backed location provider was available (thanks Altonss!)
* Make sure all parts of the app follow theme settings consistently

0 comments on commit 377f566

Please sign in to comment.