Bump version to v3.7.3 (32)

This commit is contained in:
kyori19 2021-03-04 22:35:08 +09:00
parent 5a46be79a8
commit 0a2be42ab7
2 changed files with 5 additions and 2 deletions

View File

@ -20,8 +20,8 @@ android {
applicationId 'net.accelf.yuito'
minSdkVersion 21
targetSdkVersion 29
versionCode 31
versionName '3.7.2'
versionCode 32
versionName '3.7.3'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1,3 @@
* 引用リンクの検出方法を変更
* 一部のアカウント名表示で表示名が空欄のときの処理を修正
* https://github.com/tuskyapp/Tusky/compare/f7a630c1d81cb0d06be11aa2d17592cba62d2cd4...413a6d0e7275ec38913a2336d1ae05b0c212d9e4