From 49644436d0479ffcf334218ec55d8d8caefb2e6b Mon Sep 17 00:00:00 2001 From: kyori19 Date: Sun, 6 Mar 2022 19:36:42 +0900 Subject: [PATCH] Bump version to v4.1.1 (41) --- app/build.gradle | 4 ++-- changelogs/v4.1.1/whatsnew-ja-JP | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelogs/v4.1.1/whatsnew-ja-JP diff --git a/app/build.gradle b/app/build.gradle index 8306f235e..28fca9ad6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId 'net.accelf.yuito' minSdkVersion 21 targetSdkVersion 30 - versionCode 40 - versionName '4.1.0' + versionCode 41 + versionName '4.1.1' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/changelogs/v4.1.1/whatsnew-ja-JP b/changelogs/v4.1.1/whatsnew-ja-JP new file mode 100644 index 000000000..ee43eb774 --- /dev/null +++ b/changelogs/v4.1.1/whatsnew-ja-JP @@ -0,0 +1 @@ +* ストリーミングが正常に機能しない問題を修正