mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 00:30: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 {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 514
|
||||
versionName "3.28.1"
|
||||
versionCode 515
|
||||
versionName "3.28.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
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",
|
||||
"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