Fix a crash

This commit is contained in:
tom79 2019-05-15 12:02:31 +02:00
parent b7573fac1e
commit cab9687b48
2 changed files with 4 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId "fr.gouv.etalab.mastodon" applicationId "fr.gouv.etalab.mastodon"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 266 versionCode 267
versionName "1.81.2" versionName "1.81.3"
multiDexEnabled true multiDexEnabled true
renderscriptTargetApi 28 as int renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true renderscriptSupportModeEnabled true

View File

@ -0,0 +1,2 @@
Fixed
* Fix a crash on some devices