diff --git a/app/build.gradle b/app/build.gradle index b9561f0c1..c93093811 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 3ad6480e5..52ba08f3a 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -2,6 +2,13 @@ + + Fixed bug where calendar and map apps are not found + Updated PTE data library - removed VMS, VRS, and PL + + diff --git a/fastlane/metadata/android/en-US/changelogs/123.txt b/fastlane/metadata/android/en-US/changelogs/123.txt new file mode 100644 index 000000000..08250aab0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/123.txt @@ -0,0 +1,2 @@ +* Fixed bug where calendar and map apps are not found +* Updated PTE data library - removed VMS, VRS, and PL