Skip to content

Commit

Permalink
add github addr
Browse files Browse the repository at this point in the history
  • Loading branch information
yogkin committed Apr 3, 2023
1 parent 67c540d commit 5f57a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/tun/proxy/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
case R.id.action_show_about:
new AlertDialog.Builder(this)
.setTitle(getString(R.string.app_name) + getVersionName())
.setMessage(R.string.app_name)
.setMessage(R.string.app_name+"\r\n https://github.com/yogkin/HttpProxy")
.show();
break;
default:
Expand Down

0 comments on commit 5f57a9b

Please sign in to comment.