blob: 0827c608de9ecce1656140110bc9754654d112b7 [file] [log] [blame]
# Keep AdvertisingSetCallback#onOwnAddressRead callback.
-keep class * extends android.bluetooth.le.AdvertisingSetCallback {
*;
}
# Keep names for easy debugging.
-dontobfuscate
# Necessary to allow debugging.
-keepattributes *
# By default, proguard leaves all classes in their original package, which
# needlessly repeats com.google.android.apps.etc.
-repackageclasses ""
# Allows proguard to make private and protected methods and fields public as
# part of optimization. This lets proguard inline trivial getter/setter
# methods.
-allowaccessmodification