Skip to content

Commit

Permalink
Lift app version and add fastlane changelog to prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
patzly committed Aug 3, 2023
1 parent 7cfc339 commit 49785bf
Show file tree
Hide file tree
Showing 2 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 @@ -41,8 +41,8 @@ android {
minSdk 21
targetSdk 33
compileSdk 33
versionCode 47
versionName "3.2.1"
versionCode 48
versionName "3.3.0"
resourceConfigurations += ['ca', 'cs', 'de', 'en', 'es', 'et', 'fr', 'hu', 'it', 'iw', 'ja', 'nb', 'nl', 'pl', 'pt-rBR', 'pt-rPT', 'ru', 'sk', 'sv', 'uk', 'zh-rCN', 'zh-rTW']

javaCompileOptions {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/48.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Grocy server version 4.0.0 has some bigger changes with quantity units and unit conversions.
Please read the server changelog carefully for longer explanations of the changes before or after your server update. We recommend installing the update as our app was mainly tested with it and recipe ingredient fulfillment information in our app are finally all correct and complete with it.
Older supported versions still work but are not tested with every new change.
You can find the full changelog with many improvements and new features in the app.

0 comments on commit 49785bf

Please sign in to comment.