Release 3.28.2

This commit is contained in:
Thomas 2024-03-21 17:57:29 +01:00
parent 38b72e7732
commit b9b381a780
3 changed files with 13 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 34 targetSdk 34
versionCode 514 versionCode 515
versionName "3.28.1" versionName "3.28.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
flavorDimensions "default" flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[ [
{
"version": "3.28.2",
"code": "515",
"note": "Added:\n- Display a QR code on profiles\n\nFixed:\n- Fix tap on messages in conversations\n- Pronouns taking too much place"
},
{ {
"version": "3.28.1", "version": "3.28.1",
"code": "514", "code": "514",

View File

@ -0,0 +1,6 @@
Added:
- Display a QR code on profiles
Fixed:
- Fix tap on messages in conversations
- Pronouns taking too much place