From 8c4744417bd8496b7e9cd2d430585b4e2440049c Mon Sep 17 00:00:00 2001 From: kyori19 Date: Sat, 12 Nov 2022 23:33:17 +0900 Subject: [PATCH] Bump version to v4.4.0 (50) --- app/build.gradle | 4 ++-- changelogs/v4.4.0/whatsnew-en-US | 1 + changelogs/v4.4.0/whatsnew-ja-JP | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 changelogs/v4.4.0/whatsnew-en-US create mode 100644 changelogs/v4.4.0/whatsnew-ja-JP diff --git a/app/build.gradle b/app/build.gradle index 1bda83184..216241040 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,8 @@ android { applicationId 'net.accelf.yuito' minSdkVersion 21 targetSdkVersion 31 - versionCode 49 - versionName '4.3.0' + versionCode 50 + versionName '4.4.0' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/changelogs/v4.4.0/whatsnew-en-US b/changelogs/v4.4.0/whatsnew-en-US new file mode 100644 index 000000000..c11dff68e --- /dev/null +++ b/changelogs/v4.4.0/whatsnew-en-US @@ -0,0 +1 @@ +* Improve detection of malicious URLs diff --git a/changelogs/v4.4.0/whatsnew-ja-JP b/changelogs/v4.4.0/whatsnew-ja-JP new file mode 100644 index 000000000..0d6fce8b0 --- /dev/null +++ b/changelogs/v4.4.0/whatsnew-ja-JP @@ -0,0 +1 @@ +* 偽装URLの判定を改善