Skip to content

Commit 42ffc13

Browse files
committed
Temp fix for Google Play issue
1 parent b4ad4e5 commit 42ffc13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ android {
147147
//FIXME: Temporary fix for https://github.com/commons-app/apps-android-commons/issues/709
148148
configurations.all {
149149
resolutionStrategy.force 'com.android.support:support-annotations:25.2.0'
150+
exclude module: 'httpclient'
151+
exclude module: 'commons-logging'
150152
}
151153
buildToolsVersion buildToolsVersion
152154
}

0 commit comments

Comments
 (0)