Skip to content

Commit f2c4507

Browse files
authored
Merge pull request #1016 from Digipom/patch-1
Update proguard-rules.txt
2 parents 4e099ce + cc37e52 commit f2c4507

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/proguard-rules.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
-keep class com.microsoft.** { *; }
1+
# Keep the names of JSON-serializable objects.
2+
-keepnames public class * implements com.microsoft.graph.serializer.IJsonBackedObject
23

34
## GSON 2.2.4 specific rules ##
45
# Source: https://github.com/google/gson/blob/master/examples/android-proguard-example/proguard.cfg

0 commit comments

Comments
 (0)