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

Commit

Permalink
Remove outdated proguard rules (#1876)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Jun 4, 2024
1 parent 00e4e60 commit e7a0bdf
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions android-app/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,6 @@

-renamesourcefileattribute SourceFile

# Dagger
-dontwarn com.google.errorprone.annotations.*

# Retain the generic signature of retrofit2.Call until added to Retrofit.
# Issue: https://github.com/square/retrofit/issues/3580.
# Pull request: https://github.com/square/retrofit/pull/3579.
-keep,allowobfuscation,allowshrinking class retrofit2.Call

# See https://issuetracker.google.com/issues/265188224
-keep,allowshrinking class * extends androidx.compose.ui.node.ModifierNodeElement {}

# Using ktor client in Android has missing proguard rule
# See https://youtrack.jetbrains.com/issue/KTOR-5528
-dontwarn org.slf4j.**

0 comments on commit e7a0bdf

Please sign in to comment.