Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 19, 2023
1 parent 06bc065 commit e72be2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/desktop/rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
-dontwarn okhttp3.**
-dontwarn io.ktor.**
-dontwarn dev.schlaubi.tonbrett.app.desktop.uwp_helper.**
-dontwarn io.github.g00fy2.versioncompare.**

# 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 @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.16.21"
version = "1.16.22"

repositories {
mavenCentral()
Expand Down

0 comments on commit e72be2f

Please sign in to comment.