diff --git a/proguard-rules.pro b/proguard-rules.pro index 91739047ee..90130df0b2 100644 --- a/proguard-rules.pro +++ b/proguard-rules.pro @@ -80,3 +80,4 @@ -keep class * implements com.google.gson.TypeAdapterFactory -keep class * implements com.google.gson.JsonSerializer -keep class * implements com.google.gson.JsonDeserializer +-keep class org.eclipse.egit.github.core.** { *; } diff --git a/proguard-shrink-only.txt b/proguard-shrink-only.txt index 71c896194d..769bfb3d8b 100644 --- a/proguard-shrink-only.txt +++ b/proguard-shrink-only.txt @@ -8,4 +8,5 @@ -keep class org.xmlpull.v1.** { *; } -keep class okhttp3.** { *; } -keep class okio.** { *; } --keep class org.mozilla.javascript.** { *; } \ No newline at end of file +-keep class org.mozilla.javascript.** { *; } +-keep class org.eclipse.egit.github.core.** { *; } \ No newline at end of file diff --git a/proguard-test.txt b/proguard-test.txt index c20d802e5e..c2bd0eebff 100644 --- a/proguard-test.txt +++ b/proguard-test.txt @@ -23,3 +23,4 @@ -keep class okhttp3.** { *; } -keep interface okhttp3.** { *; } -dontwarn okhttp3.** +-keep class org.eclipse.egit.github.core.** { *; }