Skip to content

Commit

Permalink
Prepare release v0.14.1+30
Browse files Browse the repository at this point in the history
  • Loading branch information
lneugebauer committed Oct 13, 2023
1 parent 33933a4 commit a396f00
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -45,8 +45,8 @@ android {
applicationId "de.lukasneugebauer.nextcloudcookbook"
minSdk 23
targetSdk 34
versionCode 29
versionName "0.14.0"
versionCode 30
versionName "0.14.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/30.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Verbesserung der tschechischen Übersetzung
- Absturz beim Start behoben
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Enhance Czech translation
- Fix startup crash

0 comments on commit a396f00

Please sign in to comment.