This repository was archived by the owner on Feb 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/kotlin/com/v2ray/ang/util Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments