Release 3.7.3

This commit is contained in:
Thomas 2022-11-19 18:13:16 +01:00
parent 90ed830b33
commit 9d8c815a1a
3 changed files with 12 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 429
versionName "3.7.2"
versionCode 430
versionName "3.7.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.7.3",
"code": "430",
"note": "Added:\n- Visit profiles without being authenticated / Allow to display all their messages\n\nFixed:\n- Saving media fails on some devices"
},
{
"version": "3.7.2",
"code": "429",

View File

@ -0,0 +1,5 @@
Added:
- Visit profiles without being authenticated / Allow to display all their messages
Fixed:
- Saving media fails on some devices