Skip to content

Commit

Permalink
Bugfixing
Browse files Browse the repository at this point in the history
- Fix image loading (for real this time)
- Fix logging in proguard version
  • Loading branch information
DRSchlaubi committed Feb 8, 2024
1 parent 145ae9f commit 241229c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .idea/misc.xml

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

6 changes: 5 additions & 1 deletion app/desktop/rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
-dontwarn dev.schlaubi.tonbrett.common.IdSerializer

# logback
-keep class ch.qos.logback.classic.spi.LogbackServiceProvider
-keep class ch.qos.logback.classic.spi.LogbackServiceProvider { *; }
-keep class ch.qos.logback.classic.util.** { *; }
-keep class ch.qos.logback.core.rolling.RollingFileAppender
-keep class ch.qos.logback.core.rolling.TimeBasedRollingPolicy
-keep class ch.qos.logback.core.ConsoleAppender
Expand All @@ -68,5 +69,8 @@
<1>.<2>$Companion Companion;
}

# Coil
-keep class coil3.network.ktor.internal.KtorNetworkFetcherServiceLoaderTarget

# https://github.com/Guardsquare/proguard/issues/349
-dontoptimize
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.18.13"
version = "1.18.14"

repositories {
mavenCentral()
Expand Down

0 comments on commit 241229c

Please sign in to comment.