Skip to content

Commit

Permalink
Fix android
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 26, 2023
1 parent 216affd commit 0b6114a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/android/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
# serialization
# For some reason if we don't do this, we get a VerifyError at runtime
-keep class kotlinx.serialization.* { *; }
-keep class dev.schlaubi.tonbrett.common.** { *; }

# Serializer for classes with named companion objects are retrieved using `getDeclaredClasses`.
# If you have any, replace classes with those containing named companion objects.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.17.0"
version = "1.17.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 0b6114a

Please sign in to comment.