Skip to content

Commit

Permalink
bump version to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Nov 8, 2021
1 parent 2d953c7 commit facb423
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ apply from: 'witness.gradle'
android {

defaultConfig {
versionCode 121
versionName "2.1.3"
versionCode 122
versionName "2.1.4"

applicationId "de.grobox.liberario"
minSdkVersion 16
compileSdkVersion 30
targetSdkVersion 29
compileSdkVersion 31
targetSdkVersion 30

testInstrumentationRunner 'de.grobox.transportr.MockTestRunner'
javaCompileOptions {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<release
version="2.1.4"
versioncode="123">
versioncode="122">
<change>Update PTE data library, fixes issues with Berlin BVG, removes SBB</change>
</release>

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/122.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Update PTE data library, fixes issues with Berlin BVG, removes SBB

0 comments on commit facb423

Please sign in to comment.