mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02: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 {
|
||||
minSdk 21
|
||||
targetSdk 31
|
||||
versionCode 414
|
||||
versionName "3.4.1"
|
||||
versionCode 415
|
||||
versionName "3.4.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.4.2",
|
||||
"code": "412",
|
||||
"note": "Fixed:\n- Attach media to a reply"
|
||||
},
|
||||
{
|
||||
"version": "3.4.1",
|
||||
"code": "414",
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
Fixed:
|
||||
- Attach media to a reply
|
Loading…
Reference in a new issue