Skip to content

Commit 056384f

Browse files
committed
up 1.9.3
1 parent 7c40d07 commit 056384f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

V2rayNG/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId = "com.v2ray.ang"
1212
minSdk = 21
1313
targetSdk = 34
14-
versionCode = 593
15-
versionName = "1.9.2"
14+
versionCode = 594
15+
versionName = "1.9.3"
1616
multiDexEnabled = true
1717
splits {
1818
abi {

V2rayNG/app/src/main/kotlin/com/v2ray/ang/ui/MainActivity.kt

+4-4
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,10 @@ class MainActivity : BaseActivity(), NavigationView.OnNavigationItemSelectedList
292292
true
293293
}
294294

295-
R.id.import_manually_hysteria2 -> {
296-
importManually(EConfigType.HYSTERIA2.value)
297-
true
298-
}
295+
// R.id.import_manually_hysteria2 -> {
296+
// importManually(EConfigType.HYSTERIA2.value)
297+
// true
298+
// }
299299

300300
R.id.import_config_custom_clipboard -> {
301301
importConfigCustomClipboard()

V2rayNG/app/src/main/res/menu/menu_main.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
android:id="@+id/import_manually_wireguard"
4949
android:title="@string/menu_item_import_config_manually_wireguard"
5050
app:showAsAction="never" />
51-
<item
52-
android:id="@+id/import_manually_hysteria2"
53-
android:title="@string/menu_item_import_config_manually_hysteria2"
54-
app:showAsAction="never" />
51+
<!-- <item-->
52+
<!-- android:id="@+id/import_manually_hysteria2"-->
53+
<!-- android:title="@string/menu_item_import_config_manually_hysteria2"-->
54+
<!-- app:showAsAction="never" />-->
5555

5656
<item
5757
android:title="@string/menu_item_import_config_custom"

0 commit comments

Comments
 (0)