Skip to content

Commit

Permalink
Fix gson proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lneugebauer committed May 22, 2023
1 parent 2cfed09 commit 52a63a1
Show file tree
Hide file tree
Showing 4 changed files with 8 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 @@ -38,7 +38,7 @@ android {
applicationId "de.lukasneugebauer.nextcloudcookbook"
minSdk 23
targetSdk 33
versionCode 15
versionCode 16
versionName "0.9.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
-keep class * implements com.google.gson.JsonDeserializer

# Prevent R8 from leaving Data object members always null
-keepclassmembers,allowobfuscation class * {
-keep class * {
@com.google.gson.annotations.SerializedName <fields>;
}

Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Zeiten zum Rezept erstellen und bearbeiten Formular hinzugefügt
- Tschechische Übersetzung hinzugefügt – Danke @ceskyDJ
- Fehlende Übersetzung für den Login-Bildschirm hinzugefügt
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Added cook time to create and edit form
- Added Czech translations – Thanks @ceskyDJ
- Added missing login screen translations

0 comments on commit 52a63a1

Please sign in to comment.