Release 2.13.1

This commit is contained in:
tom79 2019-08-05 19:06:47 +02:00
parent 96ee7f2ecc
commit 0bf0dd54e7
2 changed files with 6 additions and 2 deletions

View File

@ -6,8 +6,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 29 targetSdkVersion 29
versionCode 299 versionCode 300
versionName "2.13.0" versionName "2.13.1"
multiDexEnabled true multiDexEnabled true
renderscriptTargetApi 28 as int renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true renderscriptSupportModeEnabled true

View File

@ -0,0 +1,4 @@
Fixed
- Crashes with Pleroma notifications
- Crashes when changing the theme
- Some other bug fixes