Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 288e125

Browse files
committed
fix
1 parent a32938f commit 288e125

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

V2rayNG/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ android {
3434
minSdkVersion 21
3535
targetSdkVersion Integer.parseInt("$targetSdkVer")
3636
multiDexEnabled true
37-
versionCode 5100601 //hiddify when comes to version 5 change it
38-
versionName "6.0.1" //hiddify
37+
versionCode 5100603 //hiddify when comes to version 5 change it
38+
versionName "6.0.3" //hiddify
3939
}
4040

4141
signingConfigs {

V2rayNG/app/src/main/kotlin/com/v2ray/ang/util/Utils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ object Utils {
8585
fun getClipboard(context: Context): String {
8686
if(isTestDevice()){
8787
context.toast("As a test device, we use a test link for you.")
88-
return "https://141.145.215.95.sslip.io/GoZXG3E8K17Gwf8R/6ebd2ea8-4d41-48b7-8fc2-7d6570da30a9/#Google"
88+
return "https://1.1.1.1/#Google"
8989
}
9090
return try {
9191
val cmb = context.getSystemService(Context.CLIPBOARD_SERVICE) as ClipboardManager

0 commit comments

Comments
 (0)