mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 08:40:03 +02:00
Release 3.28.2
This commit is contained in:
parent
38b72e7732
commit
b9b381a780
3 changed files with 13 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
Added:
|
||||||
|
- Display a QR code on profiles
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
- Fix tap on messages in conversations
|
||||||
|
- Pronouns taking too much place
|
Loading…
Reference in a new issue