Skip to content

Commit 569b82e

Browse files
authored
Merge pull request commons-app#987 from misaochan/master
Hopefully fixes crashes on Play Store version
2 parents 76b8b99 + b3b2022 commit 569b82e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ android {
7878
defaultConfig {
7979
applicationId 'fr.free.nrw.commons'
8080

81-
versionCode 75
82-
versionName '2.6.0'
81+
versionCode 76
82+
versionName '2.6.1'
8383
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
8484

8585
minSdkVersion project.minSdkVersion
@@ -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)