Bump version to v4.6.0 (56)

This commit is contained in:
kyori19 2023-07-19 20:48:26 +09:00
parent 9968b561c4
commit ce856f4ffe
No known key found for this signature in database
GPG Key ID: F7BDE7DD42BF366A
3 changed files with 6 additions and 2 deletions

View File

@ -28,8 +28,8 @@ android {
namespace "com.keylesspalace.tusky"
minSdk 23
targetSdk 33
versionCode 55
versionName '4.5.2'
versionCode 56
versionName '4.6.0'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1,2 @@
* Timeline streaming can now be configured in the Account preferences > Tabs
* https://github.com/tuskyapp/Tusky/compare/29bd5dd91d63d14e38c8f28cc8175ce5fdc279f0...039f18ce255cc7804ff43a3fd9db35ed3245a146

View File

@ -0,0 +1,2 @@
* タイムラインのストリーミングはアカウント設定 > タブから設定できるようになりました
* https://github.com/tuskyapp/Tusky/compare/29bd5dd91d63d14e38c8f28cc8175ce5fdc279f0...039f18ce255cc7804ff43a3fd9db35ed3245a146