news-android/News-Android-App/proguard-test.pro

45 lines
1 KiB
Prolog
Raw Normal View History

2019-03-30 08:43:48 +00:00
# proguard-test.pro:
-include proguard-rules.pro
-keepattributes SourceFile,LineNumberTable
-dontwarn androidx.test.espresso.**
###############
# Required for Mockito
-keep class retrofit2.NextcloudRetrofitApiBuilder { *; }
-keep class net.bytebuddy.* { *; }
-dontwarn net.bytebuddy.**
-keep class module-info
-keepattributes Module*
-dontwarn org.mockito.**
# Proguard rules that are applied to your test apk/code.
-ignorewarnings
-keepattributes *Annotation*
-dontnote junit.framework.**
-dontnote junit.runner.**
-dontwarn android.test.**
-dontwarn android.support.test.**
-dontwarn org.junit.**
-dontwarn org.hamcrest.**
-dontwarn com.squareup.javawriter.JavaWriter
-dontwarn androidx.concurrent.futures.AbstractResolvableFuture
2019-04-04 18:20:26 +00:00
2019-04-05 17:47:00 +00:00
2019-04-07 16:47:50 +00:00
#-dontwarn org.conscrypt.Conscrypt
#com.google.common.util.concurrent.ListenableFuture
#-keep interface okhttp3.internal.platform.ConscryptPlatform
#-keep class okhttp3.internal.platform.ConscryptPlatform
2019-04-05 17:47:00 +00:00
2019-04-07 16:47:50 +00:00
#-keep class org.conscrypt.Conscrypt { *; }
#-keep interface org.conscrypt.Conscrypt { *; }