Release 3.28.0

This commit is contained in:
Thomas 2024-01-30 17:51:42 +01:00
parent 8832e89539
commit c44330d291
3 changed files with 15 additions and 5 deletions

View File

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

View File

@ -1,8 +1,8 @@
[
{
"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",

View File

@ -0,0 +1,10 @@
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