blob: 1bf1f0a8f700b5f3ab5374971999c90ab0385e36 [file] [log] [blame]
Michael Bestasec050052024-02-14 20:35:43 +02001# SPDX-FileCopyrightText: 2015 The CyanogenMod Project
2# SPDX-FileCopyrightText: 2017-2019 The LineageOS Project
3# SPDX-License-Identifier: Apache-2.0
4
cretin450328b872015-01-15 16:04:44 -08005-keep class * extends java.util.ListResourceBundle {
6 protected Object[][] getContents();
cretin4541801b02015-10-23 15:23:38 -07007}
8
cretin4541801b02015-10-23 15:23:38 -07009# Needed for Parcelable/SafeParcelable Creators to not get stripped
10-keepnames class * implements android.os.Parcelable {
11 public static final ** CREATOR;
12}
13
14# Needed when building against the Marshmallow SDK
15-dontwarn org.apache.http.**
Bruno Martinsdc496372019-09-11 15:38:38 +010016-dontwarn androidx.**