1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-02 10:33:36 +00:00

Remove stuff

This commit is contained in:
世界 2021-01-12 10:39:01 +08:00
parent 7cf337617b
commit 4b92c5c60f
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
def verName = "7.3.1-rc13"
def verCode = 156
def verName = "7.3.1-rc14"
def verCode = 158
def serviceAccountCredentialsFile = rootProject.file("service_account_credentials.json")

View File

@ -683,8 +683,6 @@ public class ProxyListActivity extends BaseFragment implements NotificationCente
otherItem.setContentDescription(LocaleController.getString("AccDescrMoreOptions", R.string.AccDescrMoreOptions));
otherItem.addSubItem(menu_retest_ping, LocaleController.getString("RetestPing", R.string.RetestPing));
otherItem.addSubItem(menu_reorder_by_ping, LocaleController.getString("ReorderByPing", R.string.ReorderByPing));
otherItem.addSubItem(menu_export_json, LocaleController.getString("ExportProxies", R.string.ExportProxies));
otherItem.addSubItem(menu_import_json, LocaleController.getString("ImportProxies", R.string.ImportProxies));
otherItem.addSubItem(menu_delete_all, LocaleController.getString("DeleteAllServer", R.string.DeleteAllServer));
otherItem.addSubItem(menu_delete_unavailable, LocaleController.getString("DeleteUnavailableServer", R.string.DeleteUnavailableServer));