Release 3.0.10

pull/289/head
Thomas 2 years ago
parent 3d2b1b6b7d
commit 07a819a9c2

@ -9,8 +9,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 399
versionName "3.0.9"
versionCode 400
versionName "3.0.10"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

@ -1,4 +1,9 @@
[
{
"version": "3.0.10",
"code": "400",
"note": "Added:\n- Allow to define the max chars count when not detected (In about the instance)\n- Add emoji one picker when composing (must be enabled in settings)\n- Add release notes with the ability to translate them\n\nFixed:\n- Friendica custom emojis not displayed\n- Long press to store media\n- Some bug fixes"
},
{
"version": "3.0.9",
"code": "399",

@ -0,0 +1,9 @@
Added:
- Allow to define the max chars count when not detected (In about the instance)
- Add emoji one picker when composing (must be enabled in settings)
- Add release notes with the ability to translate them
Fixed:
- Friendica custom emojis not displayed
- Long press to store media
- Some bug fixes
Loading…
Cancel
Save