Skip to content

Commit f52c181

Browse files
committed
Merge remote-tracking branch 'refs/remotes/commons-app/master'
2 parents 0b342f6 + 58db627 commit f52c181

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939

4040
buildTypes {
4141
release {
42-
minifyEnabled true
42+
minifyEnabled false // See https://stackoverflow.com/questions/40232404/google-play-apk-and-android-studio-apk-usb-debug-behaving-differently and try reverting if the proguard.cfg modification is enough.
4343
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
4444
}
4545
}

app/proguard-rules.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
-dontobfuscate
22
-keep class org.apache.http.** { *; }
3-
-dontwarn org.apache.http.**
3+
-dontwarn org.apache.http.**
4+
-keep class fr.free.nrw.commons.upload.MwVolleyApi$Page {*;}

0 commit comments

Comments
 (0)