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