Commit fed33cf6 authored by Thomas's avatar Thomas
Browse files

Release 3.31.2

parent 02d6ef3b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@ android {
    defaultConfig {
        minSdk 21
        targetSdk 34
        versionCode 526
        versionName "3.31.1"
        versionCode 527
        versionName "3.31.2"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+5 −0
Original line number Diff line number Diff line
[
  {
    "version": "3.31.2",
    "code": "527",
    "note": "Added:\n- Add support to URL scheme \"web+ap\" for opening profiles with the app\n\nChanged:\n- Layout for media descriptions\n\nFixed:\n- Fix a crash when translating media descriptions\n- Handle included twice when replying to a self user's boost\n- Fix color issues when using a custom theme"
  },
  {
    "version": "3.31.1",
    "code": "526",
+10 −0
Original line number Diff line number Diff line
Added:
- Add support to URL scheme "web+ap" for opening profiles with the app

Changed:
- Layout for media descriptions

Fixed:
- Fix a crash when translating media descriptions
- Handle included twice when replying to a self user's boost
- Fix color issues when using a custom theme
 No newline at end of file