Bump version to v4.4.0 (50)
This commit is contained in:
parent
61288dda6c
commit
8c4744417b
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
* Improve detection of malicious URLs
|
|
@ -0,0 +1 @@
|
|||
* 偽装URLの判定を改善
|
Loading…
Reference in New Issue