mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-05-12 08:20:15 +03:00
Fix attach media to a reply.
This commit is contained in:
parent
99d2976993
commit
a14ffbc094
3 changed files with 9 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 31
|
targetSdk 31
|
||||||
versionCode 414
|
versionCode 415
|
||||||
versionName "3.4.1"
|
versionName "3.4.2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "3.4.2",
|
||||||
|
"code": "412",
|
||||||
|
"note": "Fixed:\n- Attach media to a reply"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "3.4.1",
|
"version": "3.4.1",
|
||||||
"code": "414",
|
"code": "414",
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Fixed:
|
||||||
|
- Attach media to a reply
|
Loading…
Reference in a new issue