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

View file

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

View file

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