Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed May 1, 2023
1 parent 167f5f6 commit 77da88b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions V2rayNG/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
minSdkVersion 21
targetSdkVersion Integer.parseInt("$targetSdkVer")
multiDexEnabled true
versionCode 5100300 //hiddify
versionName "1.3.0" //hiddify
versionCode 5100400 //hiddify
versionName "1.4.0" //hiddify
}

buildTypes {
Expand Down
28 changes: 14 additions & 14 deletions V2rayNG/app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "UNIVERSAL",
"filters": [],
"attributes": [],
"versionCode": 5100203,
"versionName": "1.2.3",
"versionCode": 5100300,
"versionName": "1.3.0",
"outputFile": "HiddifyNG_null.apk"
},
{
Expand All @@ -24,8 +24,8 @@
}
],
"attributes": [],
"versionCode": 9100203,
"versionName": "1.2.3",
"versionCode": 9100300,
"versionName": "1.3.0",
"outputFile": "HiddifyNG_x86_64.apk"
},
{
Expand All @@ -37,35 +37,35 @@
}
],
"attributes": [],
"versionCode": 7100203,
"versionName": "1.2.3",
"versionCode": 7100300,
"versionName": "1.3.0",
"outputFile": "HiddifyNG_arm64-v8a.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86"
"value": "armeabi-v7a"
}
],
"attributes": [],
"versionCode": 8100203,
"versionName": "1.2.3",
"outputFile": "HiddifyNG_x86.apk"
"versionCode": 6100300,
"versionName": "1.3.0",
"outputFile": "HiddifyNG_armeabi-v7a.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "armeabi-v7a"
"value": "x86"
}
],
"attributes": [],
"versionCode": 6100203,
"versionName": "1.2.3",
"outputFile": "HiddifyNG_armeabi-v7a.apk"
"versionCode": 8100300,
"versionName": "1.3.0",
"outputFile": "HiddifyNG_x86.apk"
}
],
"elementType": "File"
Expand Down

0 comments on commit 77da88b

Please sign in to comment.