Release 3.4-beta-2

This commit is contained in:
Thomas 2022-10-05 18:27:06 +02:00
parent 63a5423d7d
commit d18f9e37b7
4 changed files with 11 additions and 3 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 410
versionName "3.4-beta-1"
versionCode 411
versionName "3.4-beta-2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.4-beta-2",
"code": "411",
"note": "- Fix post message with media\n- Set thumbnails load behavior Always/Wifi only /ask\n- Some other small fixes"
},
{
"version": "3.4-beta-1",
"code": "410",

View File

@ -330,7 +330,7 @@ public abstract class BaseMainActivity extends BaseActivity implements NetworkSt
}
}
}, 1000);
}, 2000);
intent.removeExtra(Helper.INTENT_ACTION);
}

View File

@ -0,0 +1,3 @@
- Fix post message with media
- Set thumbnails load behavior Always/Wifi only /ask
- Some other small fixes