Fixes bug #341 - Error when sharing media

This commit is contained in:
stom79 2018-02-26 14:20:19 +01:00
parent 1609c084aa
commit bec5556fb0
8 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId "fr.gouv.etalab.mastodon" applicationId "fr.gouv.etalab.mastodon"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 27 targetSdkVersion 27
versionCode 114 versionCode 115
versionName "1.8.2" versionName "1.8.3"
} }
flavorDimensions "default" flavorDimensions "default"
buildTypes { buildTypes {