From 9899b99e1eccc1efa9bade5e788d84b83bca95d0 Mon Sep 17 00:00:00 2001 From: kyori19 Date: Sat, 31 Jul 2021 13:40:44 +0900 Subject: [PATCH] Bump version to v3.7.6 (35) --- app/build.gradle | 4 ++-- changelogs/v3.7.6/whatsnew-ja-JP | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 changelogs/v3.7.6/whatsnew-ja-JP diff --git a/app/build.gradle b/app/build.gradle index f5daa5e72..f8633f5b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/changelogs/v3.7.6/whatsnew-ja-JP b/changelogs/v3.7.6/whatsnew-ja-JP new file mode 100644 index 000000000..ac8b61713 --- /dev/null +++ b/changelogs/v3.7.6/whatsnew-ja-JP @@ -0,0 +1,2 @@ +* https://github.com/tuskyapp/Tusky/compare/bd670a01c391d69c2fa1cf151768943aee4227ba...821411b0ebe0c7f7691c88d000c10ab8b615c4e1 + * Notestock検索欄で不自然なメッセージが表示される問題の改善