Skip to content

Commit

Permalink
release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ialokim authored and grote committed Aug 5, 2020
1 parent ad55481 commit 8b8ee04
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 @@ -11,8 +11,8 @@ android {
buildToolsVersion "29.0.2"

defaultConfig {
versionCode 117
versionName "2.0.8"
versionCode 118
versionName "2.1.0"

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

<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>
<change>Give attribution to OpenStreetMap as map source</change>
</release>

<release version="2.0.8" versioncode="117">
<change>Fix bug where the app would crash after updating</change>
</release>
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/118.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Rearranged directions form to see all of the options at first glance
* New option to adapt app theme to Android settings
* Give attribution to OpenStreetMap as map source

0 comments on commit 8b8ee04

Please sign in to comment.