Skip to content

Commit

Permalink
Prepare rollout
Browse files Browse the repository at this point in the history
  • Loading branch information
patzly committed Jul 27, 2020
1 parent 3b8ee6e commit 9b03ddb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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 13
versionCode 14

javaCompileOptions {
annotationProcessorOptions {
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/assets/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
1.6.1:
1.7.0:
- Swedish translation (thanks contributors!)
- Front camera setting (e.g. for tablets)
- Removed shopping list shortcut due to shortcut limit in most launchers
- Bug fixes and improvements

1.6.0:
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.6.0</string>
<string name="app_version" translatable="false">1.7.0</string>
<string name="app_developer" translatable="false">Patrick &amp; Dominic Zedler</string>
<string name="app_mail" translatable="false">[email protected]</string>

Expand Down

0 comments on commit 9b03ddb

Please sign in to comment.