Fix attach media to a reply.

This commit is contained in:
Thomas 2022-10-09 18:27:35 +02:00
parent 99d2976993
commit a14ffbc094
3 changed files with 9 additions and 2 deletions

View File

@ -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"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.4.2",
"code": "412",
"note": "Fixed:\n- Attach media to a reply"
},
{
"version": "3.4.1",
"code": "414",

View File

@ -0,0 +1,2 @@
Fixed:
- Attach media to a reply