mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 08:40:03 +02:00
Release 3.22.1
This commit is contained in:
parent
7fdebf20f1
commit
237801f56c
3 changed files with 11 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 33
|
||||
versionCode 490
|
||||
versionName "3.22.0"
|
||||
versionCode 491
|
||||
versionName "3.22.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.22.1",
|
||||
"code": "491",
|
||||
"note": "Added:\n- Follow Lemmy instance (from Manage Timelines)\nFixed:\n- Add 50 chars max for poll options"
|
||||
},
|
||||
{
|
||||
"version": "3.22.0",
|
||||
"code": "490",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Added:
|
||||
- Follow Lemmy instance (from Manage Timelines)
|
||||
Fixed:
|
||||
- Add 50 chars max for poll options
|
Loading…
Reference in a new issue