Commit a14ffbc0 authored by Thomas's avatar Thomas
Browse files

Fix attach media to a reply.

parent 99d29769
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
+5 −0
Original line number Diff line number Diff line
[
  {
    "version": "3.4.2",
    "code": "412",
    "note": "Fixed:\n- Attach media to a reply"
  },
  {
    "version": "3.4.1",
    "code": "414",
+2 −0
Original line number Diff line number Diff line
Fixed:
- Attach media to a reply
 No newline at end of file