Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 25, 2023
1 parent 432eade commit 216affd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/android/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
# 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.16.31"
version = "1.17.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 216affd

Please sign in to comment.