1 parent 95dedbf commit f2a8159Copy full SHA for f2a8159
1 file changed
V2rayNG/app/build.gradle.kts
@@ -12,8 +12,8 @@ android {
12
applicationId = "com.miku.ray"
13
minSdk = 24
14
targetSdk = 37
15
- versionCode = 733
16
- versionName = "2.2.3"
+ versionCode = 734
+ versionName = "2.2.4"
17
multiDexEnabled = true
18
19
resValue("string", "uwu_version_name", versionName.toString())
@@ -26,7 +26,7 @@ android {
26
abi {
27
isEnable = true
28
reset()
29
- if (abiFilterList != null && abiFilterList.isNotEmpty()) {
+ if (!abiFilterList.isNullOrEmpty()) {
30
include(*abiFilterList.toTypedArray())
31
} else {
32
include(
0 commit comments