Release 2.36.0-beta-1
This commit is contained in:
parent
e6e1916170
commit
dd27d706e3
|
@ -6,8 +6,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 372
|
versionCode 373
|
||||||
versionName "2.35.8"
|
versionName "2.36.0-beta-1"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
renderscriptTargetApi 28 as int
|
renderscriptTargetApi 28 as int
|
||||||
renderscriptSupportModeEnabled true
|
renderscriptSupportModeEnabled true
|
||||||
|
|
|
@ -14,4 +14,5 @@ Fixed:
|
||||||
- Fix issue with CW and Pixelfed
|
- Fix issue with CW and Pixelfed
|
||||||
- Fix some media not loaded in profiles
|
- Fix some media not loaded in profiles
|
||||||
- Scheduling from server have an incorrect date
|
- Scheduling from server have an incorrect date
|
||||||
|
- Incorrect feeds when checking server admin
|
||||||
- Some crashes
|
- Some crashes
|
Loading…
Reference in New Issue