Skip to content

Commit

Permalink
proguard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Jun 28, 2024
1 parent e5f875d commit b6d9587
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,13 @@
<methods>;
}


#Remove after lifecyle 2.8.3
-if public class androidx.compose.ui.platform.AndroidCompositionLocals_androidKt {
public static *** getLocalLifecycleOwner();
}
-keep public class androidx.compose.ui.platform.AndroidCompositionLocals_androidKt {
public static *** getLocalLifecycleOwner();
}

##---------------End: proguard configuration for kotlinx.serialization ----------

0 comments on commit b6d9587

Please sign in to comment.