From 3bce970bee87b77c6c890f3759965d286d3cbda3 Mon Sep 17 00:00:00 2001 From: kyori19 Date: Mon, 7 Mar 2022 16:19:47 +0900 Subject: [PATCH] Bump version to v4.1.2 (42) --- app/build.gradle | 4 ++-- changelogs/v4.1.2/whatsnew-ja-JP | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelogs/v4.1.2/whatsnew-ja-JP diff --git a/app/build.gradle b/app/build.gradle index 28fca9ad6..caa8db92c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId 'net.accelf.yuito' minSdkVersion 21 targetSdkVersion 30 - versionCode 41 - versionName '4.1.1' + versionCode 42 + versionName '4.1.2' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/changelogs/v4.1.2/whatsnew-ja-JP b/changelogs/v4.1.2/whatsnew-ja-JP new file mode 100644 index 000000000..cb2003ac8 --- /dev/null +++ b/changelogs/v4.1.2/whatsnew-ja-JP @@ -0,0 +1 @@ +* ストリーミングによって挿入される読み込みボタンの挙動を修正