Skip to content

Commit

Permalink
up 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Sep 25, 2024
1 parent 7c40d07 commit 056384f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions V2rayNG/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "com.v2ray.ang"
minSdk = 21
targetSdk = 34
versionCode = 593
versionName = "1.9.2"
versionCode = 594
versionName = "1.9.3"
multiDexEnabled = true
splits {
abi {
Expand Down
8 changes: 4 additions & 4 deletions V2rayNG/app/src/main/kotlin/com/v2ray/ang/ui/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,10 @@ class MainActivity : BaseActivity(), NavigationView.OnNavigationItemSelectedList
true
}

R.id.import_manually_hysteria2 -> {
importManually(EConfigType.HYSTERIA2.value)
true
}
// R.id.import_manually_hysteria2 -> {
// importManually(EConfigType.HYSTERIA2.value)
// true
// }

R.id.import_config_custom_clipboard -> {
importConfigCustomClipboard()
Expand Down
8 changes: 4 additions & 4 deletions V2rayNG/app/src/main/res/menu/menu_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
android:id="@+id/import_manually_wireguard"
android:title="@string/menu_item_import_config_manually_wireguard"
app:showAsAction="never" />
<item
android:id="@+id/import_manually_hysteria2"
android:title="@string/menu_item_import_config_manually_hysteria2"
app:showAsAction="never" />
<!-- <item-->
<!-- android:id="@+id/import_manually_hysteria2"-->
<!-- android:title="@string/menu_item_import_config_manually_hysteria2"-->
<!-- app:showAsAction="never" />-->

<item
android:title="@string/menu_item_import_config_custom"
Expand Down

0 comments on commit 056384f

Please # to comment.