We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e099ce commit cc37e52Copy full SHA for cc37e52
docs/proguard-rules.txt
@@ -1,4 +1,5 @@
1
--keep class com.microsoft.** { *; }
+# Keep the names of JSON-serializable objects.
2
+-keepnames public class * implements com.microsoft.graph.serializer.IJsonBackedObject
3
4
## GSON 2.2.4 specific rules ##
5
# Source: https://github.com/google/gson/blob/master/examples/android-proguard-example/proguard.cfg
0 commit comments