Skip to content

Commit

Permalink
添加自定义源的配置编写规则帮助
Browse files Browse the repository at this point in the history
  • Loading branch information
xz-dev committed Jun 15, 2019
1 parent 56d824e commit ffda8a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 21
targetSdkVersion 28
versionCode 16
versionName "0.0.8-beta"
versionName "0.0.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
switch (id) {
case R.id.app_help:
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("https://xzos.net/upgradeall-readme/")); //TODO: 自定义源帮助文档
intent.setData(Uri.parse("https://xzos.net/the-customizing-configuration-rules-for-a-software-depot/"));
intent = Intent.createChooser(intent, "请选择浏览器以查看帮助文档");
startActivity(intent);
return true;
Expand Down

0 comments on commit ffda8a8

Please sign in to comment.