Remove proguard.flags from shared/

Bug: 257473381
Test: Presubmits
Change-Id: I23a16aaa9fdb3f22216e5bc048d1cdcdc4010667
This commit is contained in:
Hawkwood Glazier
2022-11-11 16:13:46 +00:00
parent d825147525
commit 1f8915bc3f
2 changed files with 0 additions and 7 deletions

View File

@@ -63,9 +63,6 @@ android_library {
resource_dirs: [
"res",
],
optimize: {
proguard_flags_files: ["proguard.flags"],
},
min_sdk_version: "current",
plugins: ["dagger2-compiler"],
kotlincflags: ["-Xjvm-default=enable"],

View File

@@ -1,4 +0,0 @@
# Retain signatures of TypeToken and its subclasses for gson usage in ClockRegistry
-keepattributes Signature
-keep,allowobfuscation,allowshrinking class com.google.gson.reflect.TypeToken
-keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken