We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ad4e5 commit 42ffc13Copy full SHA for 42ffc13
app/build.gradle
@@ -147,6 +147,8 @@ android {
147
//FIXME: Temporary fix for https://github.com/commons-app/apps-android-commons/issues/709
148
configurations.all {
149
resolutionStrategy.force 'com.android.support:support-annotations:25.2.0'
150
+ exclude module: 'httpclient'
151
+ exclude module: 'commons-logging'
152
}
153
buildToolsVersion buildToolsVersion
154
0 commit comments