Skip to content

Commit

Permalink
Upgrade CommonUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Oct 18, 2023
1 parent dd5f3ef commit df04851
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/src/main/java/com/gianlu/aria2app/PreferenceActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ protected boolean hasTutorial() {
return true;
}

@Nullable
@Override
protected String getGithubProjectName() {
return "Aria2App";
}

@Nullable
@Override
protected String getOpenSourceUrl() {
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/java/com/gianlu/aria2app/ThisApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ protected boolean isDebug() {
return BuildConfig.DEBUG;
}

@NonNull
@Override
protected String getGithubProjectName() {
return "Aria2App";
}

@Override
public void onCreate() {
super.onCreate();
Expand Down

0 comments on commit df04851

Please sign in to comment.