summaryrefslogtreecommitdiffstats
path: root/proguard.flags
blob: 0501c9b0bd220b833b3e3490e2757501c333e57a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Disable the warnings of using dynamic method call in common library.
-keep class * extends com.koushikdutta.async.TapCallback {
  public protected private *;
}

-keep class android.net.nsd.DnsSdTxtRecord {
  public protected private *;
}

-keep class android.net.nsd.NsdServiceInfo {
  public protected private *;
}