Commit c44330d2 authored by Thomas's avatar Thomas
Browse files

Release 3.28.0

parent 8832e895
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 512
        versionName "3.28-beta-1"
        versionCode 513
        versionName "3.28.0"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }
    flavorDimensions "default"
+3 −3
Original line number Diff line number Diff line
[
  {
    "version": "3.28-beta-1",
    "code": "512",
    "note": "Added:\n- Pronouns support (Timeline/Compose/Autocomplete)\n\nChanged:\n- Use Media3 library\n\nFixed:\n- Crashes from previous release"
    "version": "3.28.0",
    "code": "513",
    "note": "Added:\n- Pronouns support (Timeline/Compose/Autocomplete)\n\nChanged:\n- Use Media3 library\n\nFixed:\n- Timed mute duration too long\n- Sharing videos only download them\n- Crashes from previous release"
  },
  {
    "version": "3.27.1",
+10 −0
Original line number Diff line number Diff line
Added:
- Pronouns support (Timeline/Compose/Autocomplete)

Changed:
- Use Media3 library

Fixed:
- Timed mute duration too long
- Sharing videos only download them
- Crashes from previous release