Skip to content

Commit

Permalink
Fix image loading in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Aug 28, 2024
1 parent bc1b798 commit b1d2b9a
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 @@ -70,7 +70,7 @@
}

# Coil
-keep class coil3.network.ktor.internal.KtorNetworkFetcherServiceLoaderTarget
-keep class coil3.network.ktor2.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.21.4"
version = "1.21.5"

repositories {
mavenCentral()
Expand Down

0 comments on commit b1d2b9a

Please sign in to comment.