mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-06-16 18:20:08 +03:00
Release 3.32.3
This commit is contained in:
parent
96fa8abbfa
commit
66f2bd4639
3 changed files with 11 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 531
|
||||
versionName "3.32.2"
|
||||
versionCode 532
|
||||
versionName "3.32.3"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.32.3",
|
||||
"code": "532",
|
||||
"note": "Fixed:\n- Polls not displayed\n- Pagination with trends\n- Push notifications not working on some devices"
|
||||
},
|
||||
{
|
||||
"version": "3.32.2",
|
||||
"code": "531",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Fixed:
|
||||
- Polls not displayed
|
||||
- Pagination with trends
|
||||
- Push notifications not working on some devices
|
Loading…
Reference in a new issue