Skip to content

Commit

Permalink
prep for release 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pt2121 authored and grote committed Jun 9, 2023
1 parent 6b05ca2 commit 9846245
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 122
versionName "2.1.4"
versionCode 123
versionName "2.1.5"

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.1.5"
versioncode="123">
<change>Fixed bug where calendar and map apps are not found</change>
<change>Updated PTE data library - removed VMS, VRS, and PL</change>
</release>

<release
version="2.1.4"
versioncode="122">
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/123.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fixed bug where calendar and map apps are not found
* Updated PTE data library - removed VMS, VRS, and PL

0 comments on commit 9846245

Please sign in to comment.