Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Fix building minified variant
Browse files Browse the repository at this point in the history
  • Loading branch information
kirmanak committed Nov 11, 2023
1 parent 941d453 commit 87ae09a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions datasource/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins {
android {
defaultConfig {
buildConfigField("Boolean", "LOG_NETWORK", "false")
consumerProguardFiles("consumer-proguard-rules.pro")
}
namespace = "gq.kirmanak.mealient.datasource"
}
Expand Down
4 changes: 4 additions & 0 deletions datasource/consumer-proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
##---------------Begin: proguard configuration for Ktor logger ----------
# https://youtrack.jetbrains.com/issue/KTOR-5528
-dontwarn org.slf4j.impl.StaticLoggerBinder
##---------------End: proguard configuration for Ktor logger ----------

0 comments on commit 87ae09a

Please sign in to comment.