Skip to content

Commit

Permalink
[Doc] : Update Proguard Rules
Browse files Browse the repository at this point in the history
  • Loading branch information
radityagumay committed Jul 12, 2022
1 parent 9c703fb commit 3e41100
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ dependencies {

```
-keep class * extends com.google.protobuf.GeneratedMessageLite { *; }
# Scarlet
-if interface * { @com.tinder.scarlet.ws.* <methods>; }
-keep,allowobfuscation interface <1>
-keepclassmembers,allowshrinking,allowobfuscation interface * {
@com.tinder.scarlet.ws.* <methods>;
}
```

Once you’ve added the dependencies and synchronized your Gradle project, the next step is to initialize Clickstream.
Expand Down

0 comments on commit 3e41100

Please sign in to comment.