Release 3.32.3

This commit is contained in:
Thomas 2025-04-25 15:40:32 +02:00
parent 96fa8abbfa
commit 66f2bd4639
3 changed files with 11 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 34 targetSdk 34
versionCode 531 versionCode 532
versionName "3.32.2" versionName "3.32.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
flavorDimensions "default" flavorDimensions "default"

View file

@ -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", "version": "3.32.2",
"code": "531", "code": "531",

View file

@ -0,0 +1,4 @@
Fixed:
- Polls not displayed
- Pagination with trends
- Push notifications not working on some devices