36 lines
1.2 KiB
Prolog
36 lines
1.2 KiB
Prolog
# Copyright 2018 Google LLC
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# https://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# ProGuard configuration for the shared module
|
|
# The configuration in this file is used among all the modules depending on this library module.
|
|
|
|
# Dagger2
|
|
-dontwarn com.google.errorprone.annotations.**
|
|
|
|
# OkHttp3
|
|
-dontwarn okhttp3.**
|
|
-dontwarn okio.**
|
|
-dontwarn javax.annotation.**
|
|
-dontwarn org.conscrypt.**
|
|
# A resource is loaded with a relative path so the package of this class must be preserved.
|
|
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
|
|
|
|
# Firebase
|
|
-dontwarn retrofit2.Call
|
|
|
|
# Databinding CardViewBindingAdapter
|
|
-dontwarn androidx.cardview.widget.CardView
|
|
|
|
-keepclassmembers class com.google.samples.apps.iosched.model.** { <fields>; }
|