Skip to content

Commit

Permalink
Update Dependencies: Haze & Consumer Rules
Browse files Browse the repository at this point in the history
This commit updates the following dependencies:
- Haze to 0.9.0-rc01

It also adds Consumer Proguard rules to keep classes from Netty, Kotlin reflection, Ktor, and Coroutines.
  • Loading branch information
jacobrein committed Oct 21, 2024
1 parent 6c93b6a commit ac82f6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gemini/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-keep class io.netty.** {*; }
-keep class kotlin.reflect.jvm.internal.** { *; }
-keep class io.ktor.** { *; }
-keep class kotlinx.coroutines.** { *; }
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dragselect = "2.3.2"
easylauncher = "6.4.0"
firebaseCrashlyticsGradle = "3.0.2"
googleServices = "4.4.2"
haze = "0.9.0-beta04"
haze = "0.9.0-rc01"
kamelImage = "1.0.1"
latestAboutLibsRelease = "11.2.3"
coroutinesVersion = "1.9.0"
Expand Down

0 comments on commit ac82f6a

Please sign in to comment.