We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ca7011 + cb32b8b commit b42ce0bCopy full SHA for b42ce0b
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