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.
2 parents 4e099ce + cc37e52 commit f2c4507Copy full SHA for f2c4507
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