Skip to content

Commit f2a8159

Browse files
up to 2.2.4
1 parent 95dedbf commit f2a8159

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

V2rayNG/app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "com.miku.ray"
1313
minSdk = 24
1414
targetSdk = 37
15-
versionCode = 733
16-
versionName = "2.2.3"
15+
versionCode = 734
16+
versionName = "2.2.4"
1717
multiDexEnabled = true
1818

1919
resValue("string", "uwu_version_name", versionName.toString())
@@ -26,7 +26,7 @@ android {
2626
abi {
2727
isEnable = true
2828
reset()
29-
if (abiFilterList != null && abiFilterList.isNotEmpty()) {
29+
if (!abiFilterList.isNullOrEmpty()) {
3030
include(*abiFilterList.toTypedArray())
3131
} else {
3232
include(

0 commit comments

Comments
 (0)