Skip to content

Commit

Permalink
Actually fix android build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 2, 2023
1 parent 4f5a13a commit a27226c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions app/android/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@
# compose
-keep class androidx.compose.ui.text.platform.Platform { *; }
-keep class androidx.compose.runtime.** { *; }

# protobuf
-keep class dev.schlaubi.tonbrett.app.android.shared.* { *; }
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.5"
version = "1.16.6"

repositories {
mavenCentral()
Expand Down

0 comments on commit a27226c

Please sign in to comment.