summaryrefslogtreecommitdiffstats
path: root/proguard.flags
blob: e8646eb5dc40606b11d9bffd86277292ec8d8626 (plain)
1
2
3
4
5
6
7
8
9
10
# Keep classes and methods that have the guava @VisibleForTesting annotation
-keep @**.VisibleForTesting class *
-keepclassmembers class * {
@**.VisibleForTesting *;
}
-keep @**.NeededForTesting class *
-keepclassmembers class * {
@**.NeededForTesting *;
}
-verbose