Release 3.7.3
This commit is contained in:
parent
90ed830b33
commit
9d8c815a1a
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
Added:
|
||||
- Visit profiles without being authenticated / Allow to display all their messages
|
||||
|
||||
Fixed:
|
||||
- Saving media fails on some devices
|
Loading…
Reference in New Issue