Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2faf1b6 authored by Tony Mantler's avatar Tony Mantler
Browse files

Remove proguard rules that are imported via aapt2

Bug: 69350851
Bug: 69257739
Test: Tap build number and ensure toasts show up
Change-Id: I7b3ebd1e4040d2c29cabf03932acd03d1fc8b521
parent 1eb5c3ee
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -39,21 +39,3 @@
    public static ** SEARCH_INDEX_DATA_PROVIDER;
    public static ** SUMMARY_PROVIDER_FACTORY;
}

# Keep classes, annotations and members used by Lifecycle
-keepattributes *Annotation*

-keepclassmembers enum android.arch.lifecycle.Lifecycle$Event {
    <fields>;
}

-keep class * implements android.arch.lifecycle.LifecycleObserver {
}

-keep class * implements android.arch.lifecycle.GeneratedAdapter {
    <init>(...);
}

-keepclassmembers class ** {
    @android.arch.lifecycle.OnLifecycleEvent *;
}