Welcome to mirror list, hosted at ThFree Co, Russian Federation.

proguard-test.pro « News-Android-App - github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b850468d4d8ebace3e5b05ffea8a20ca12638611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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


#-dontwarn org.conscrypt.Conscrypt
#com.google.common.util.concurrent.ListenableFuture
#-keep interface okhttp3.internal.platform.ConscryptPlatform
#-keep class okhttp3.internal.platform.ConscryptPlatform

#-keep class org.conscrypt.Conscrypt { *; }
#-keep interface org.conscrypt.Conscrypt { *; }