Skip to content

Commit

Permalink
Fix proguard on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Aug 30, 2023
1 parent 377cd0f commit c14ee69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/desktop/rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-dontwarn ch.qos.logback.**
-dontwarn okhttp3.**
-dontwarn io.ktor.**
-dontwarn dev.schlaubi.tonbrett.app.desktop.NativeUtil
-dontwarn dev.schlaubi.tonbrett.app.desktop.uwp_helper.**

# kmongo
-keep class org.litote.kmongo.id.UUIDStringIdGeneratorProvider
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.12.19"
version = "1.12.20"

repositories {
mavenCentral()
Expand Down

0 comments on commit c14ee69

Please sign in to comment.