1 2-dontwarn com.google.errorprone.annotations.MustBeClosed 3# These are rules to enable instrumentation test to run while main app is optimized 4 # TODO(b/324097623) Remove the keep rules once test won't be affected by obfuscation 5-keep class kotlin.** 6-keep class javax.** { *; } 7-keep class com.google.common.util.concurrent.ListenableFuture { 8 <methods>; 9} 10