Release 3.23.1

This commit is contained in:
Thomas 2023-07-30 18:17:59 +02:00
parent f37bf1df53
commit 1a3d95ef30
3 changed files with 12 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 33
versionCode 493
versionName "3.23.0"
versionCode 494
versionName "3.23.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.23.1",
"code": "494",
"note": "Added:\n- Scrollable media description\n\nFixed:\n- Crashes with profiles"
},
{
"version": "3.23.0",
"code": "493",

View File

@ -0,0 +1,5 @@
Added:
- Scrollable media description
Fixed:
- Crashes with profiles