Bump version to v4.4.0 (50)

This commit is contained in:
kyori19 2022-11-12 23:33:17 +09:00
parent 61288dda6c
commit 8c4744417b
No known key found for this signature in database
GPG Key ID: F7BDE7DD42BF366A
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -0,0 +1 @@
* Improve detection of malicious URLs

View File

@ -0,0 +1 @@
* 偽装URLの判定を改善