summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Gaston <jeffrygaston@google.com>2018-04-27 19:07:57 -0400
committerJeff Gaston <jeffrygaston@google.com>2018-04-27 19:51:11 -0400
commita6148ff79ebfbb02f165692428e144823fdedfcc (patch)
tree7be0fe635b8edc95d839bb64c507dc9663005d16
parent40a06b71951e22c71256f7b58d104af3439fe7af (diff)
downloadsdk-a6148ff79ebfbb02f165692428e144823fdedfcc.tar.gz
Use dejetified class name in proguard file to match dejetified class
Bug: 78771958 Test: treehugger Change-Id: Id029abf2d077948216c34e7d4635d3ee7985e38b
-rw-r--r--current/extras/app-toolkit/arch-lifecycle/runtime/proguard.txt4
-rw-r--r--current/extras/app-toolkit/m2repository/android/arch/lifecycle/runtime/28.0.0/runtime-28.0.0.aarbin9229 -> 9369 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/current/extras/app-toolkit/arch-lifecycle/runtime/proguard.txt b/current/extras/app-toolkit/arch-lifecycle/runtime/proguard.txt
index 1809ab428..e0a50102b 100644
--- a/current/extras/app-toolkit/arch-lifecycle/runtime/proguard.txt
+++ b/current/extras/app-toolkit/arch-lifecycle/runtime/proguard.txt
@@ -12,5 +12,5 @@
}
-keepclassmembers class ** {
- @androidx.lifecycle.OnLifecycleEvent *;
-} \ No newline at end of file
+ @android.arch.lifecycle.OnLifecycleEvent *;
+}
diff --git a/current/extras/app-toolkit/m2repository/android/arch/lifecycle/runtime/28.0.0/runtime-28.0.0.aar b/current/extras/app-toolkit/m2repository/android/arch/lifecycle/runtime/28.0.0/runtime-28.0.0.aar
index db359c58d..0968bf850 100644
--- a/current/extras/app-toolkit/m2repository/android/arch/lifecycle/runtime/28.0.0/runtime-28.0.0.aar
+++ b/current/extras/app-toolkit/m2repository/android/arch/lifecycle/runtime/28.0.0/runtime-28.0.0.aar
Binary files differ