Bump version to v4.1.0 (40)

This commit is contained in:
kyori19 2022-03-04 18:07:08 +09:00
parent ba005c769b
commit 3b6f04aeed
2 changed files with 4 additions and 2 deletions

View File

@ -20,8 +20,8 @@ android {
applicationId 'net.accelf.yuito'
minSdkVersion 21
targetSdkVersion 29
versionCode 39
versionName '4.0.1'
versionCode 40
versionName '4.1.0'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1,2 @@
* ストリーミングに `/api/v1/streaming` への単一のコネクションを使用するように変更
* https://github.com/tuskyapp/Tusky/compare/821411b0ebe0c7f7691c88d000c10ab8b615c4e1...73e9338f3c8ff25ab6ef7ad647cf8069e0e81cf2