forked from mirrors/Fedilab
Release 3.9.6
This commit is contained in:
parent
7ccb1c96b2
commit
c0f3b0f86b
3 changed files with 10 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 32
|
targetSdk 32
|
||||||
versionCode 440
|
versionCode 441
|
||||||
versionName "3.9.5"
|
versionName "3.9.6"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "3.9.6",
|
||||||
|
"code": "441",
|
||||||
|
"note": "Fixed:\n- Jumps with fit preview images when scrolling up\n- Fetch more button broken with cache"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "3.9.5",
|
"version": "3.9.5",
|
||||||
"code": "440",
|
"code": "440",
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
Fixed:
|
||||||
|
- Jumps with fit preview images when scrolling up
|
||||||
|
- Fetch more button broken with cache
|
Loading…
Reference in a new issue