Release 3.5.3

This commit is contained in:
Thomas 2022-11-01 16:17:35 +01:00
parent a114f3c377
commit f7ad5b333f
3 changed files with 9 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 31 targetSdk 31
versionCode 419 versionCode 420
versionName "3.5.2" versionName "3.5.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
flavorDimensions "default" flavorDimensions "default"

View file

@ -1,4 +1,9 @@
[ [
{
"version": "3.5.3",
"code": "420",
"note": "- Edit messages (if your instance support that feature)\n- Some fixes"
},
{ {
"version": "3.5.2", "version": "3.5.2",
"code": "419", "code": "419",

View file

@ -0,0 +1,2 @@
- Edit messages (if your instance support that feature)
- Some fixes