Bump version to v3.7.6 (35)

This commit is contained in:
kyori19 2021-07-31 13:40:44 +09:00
parent e4c85a8fa3
commit 9899b99e1e
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 34
versionName '3.7.5'
versionCode 35
versionName '3.7.6'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1,2 @@
* https://github.com/tuskyapp/Tusky/compare/bd670a01c391d69c2fa1cf151768943aee4227ba...821411b0ebe0c7f7691c88d000c10ab8b615c4e1
* Notestock検索欄で不自然なメッセージが表示される問題の改善