Bump version to v4.6.0 (56)
This commit is contained in:
parent
9968b561c4
commit
ce856f4ffe
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
* Timeline streaming can now be configured in the Account preferences > Tabs
|
||||
* https://github.com/tuskyapp/Tusky/compare/29bd5dd91d63d14e38c8f28cc8175ce5fdc279f0...039f18ce255cc7804ff43a3fd9db35ed3245a146
|
|
@ -0,0 +1,2 @@
|
|||
* タイムラインのストリーミングはアカウント設定 > タブから設定できるようになりました
|
||||
* https://github.com/tuskyapp/Tusky/compare/29bd5dd91d63d14e38c8f28cc8175ce5fdc279f0...039f18ce255cc7804ff43a3fd9db35ed3245a146
|
Loading…
Reference in New Issue