Release 3.4-beta-3
This commit is contained in:
parent
b3c6cd57a0
commit
95e83305e4
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 31
|
targetSdk 31
|
||||||
versionCode 411
|
versionCode 412
|
||||||
versionName "3.4-beta-2"
|
versionName "3.4-beta-3"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "3.4-beta-3",
|
||||||
|
"code": "412",
|
||||||
|
"note": "- Fix post message with media\n- Fix encoding issue with media descriptions\n- Fix Friendica tag search\n- Fixes when composing\n- Some other small fixes\n"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "3.4-beta-2",
|
"version": "3.4-beta-2",
|
||||||
"code": "411",
|
"code": "411",
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
- Fix post message with media
|
||||||
|
- Fix encoding issue with media descriptions
|
||||||
|
- Fix Friendica tag search
|
||||||
|
- Fixes when composing
|
||||||
|
- Some other small fixes
|
Loading…
Reference in New Issue