Skip to content

Commit

Permalink
Add consumer keep rules for PushDelegateProvider and PushPermissionsI…
Browse files Browse the repository at this point in the history
…nitializer (#1135)

Co-authored-by: Aleksandar Apostolov <[email protected]>
  • Loading branch information
liviu-timar and aleksandar-apostolov authored Jul 9, 2024
1 parent 738ea70 commit 98d467f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stream-video-android-core/consumer-proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,6 @@

# Prevent R8 from stripping notification-handling classes.
-keep class io.getstream.video.android.core.notifications.internal.VideoPushDelegate { *; }
-keep class io.getstream.android.push.delegate.PushDelegate { *; }
-keep class io.getstream.android.push.delegate.PushDelegate { *; }
-keep class io.getstream.android.push.delegate.PushDelegateProvider { *; }
-keep class io.getstream.android.push.permissions.PushPermissionsInitializer { *; }

0 comments on commit 98d467f

Please sign in to comment.