Skip to content

Commit

Permalink
Prepare rollout
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiczedler committed Sep 8, 2020
1 parent c8d7594 commit 54c249f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
applicationId "xyz.zedler.patrick.grocy"
minSdkVersion 21
targetSdkVersion 29
versionCode 19
versionCode 20

javaCompileOptions {
annotationProcessorOptions {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>

<string name="app_name" translatable="false">Grocy</string>
<string name="app_version" translatable="false">1.8.4</string>
<string name="app_version" translatable="false">1.8.5</string>
<string name="app_developer" translatable="false">Patrick &amp; Dominic Zedler</string>
<string name="app_mail" translatable="false">[email protected]</string>

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Fehler bei norwegischer Übersetzung behoben
• Übersetzungen aktualisiert
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Fixed Norwegian translation
• Updated translations

0 comments on commit 54c249f

Please sign in to comment.