mirror of
https://github.com/openlibrecommunity/olcng.git
synced 2026-07-03 14:05:17 +02:00
up 1.9.3
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user