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

Commit 8d7135fd authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4380820 from ada4dcff to pi-release

Change-Id: I3472f09d8e60b7f415039b9dfb9f1ef20931a781
parents a7ab8390 ada4dcff
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2,6 +2,11 @@
  public <init>(...);
}

# The support library contains references to newer platform versions.
# Don't warn about those in case this app is linking against an older
# platform version.  We know about them, and they are safe.
-dontwarn android.support.**

# Xml files containing onClick (menus and layouts) require that proguard not
# remove their handlers.
-keepclassmembers class * extends android.app.Activity {