Skip to content

Commit

Permalink
UPDATE GRADLE
Browse files Browse the repository at this point in the history
  • Loading branch information
TutorialsAndroid committed Jul 20, 2020
1 parent 312df77 commit 2fbc746
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
30 changes: 20 additions & 10 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public AppUpdater setDialogButtonDoNotShowAgain(@StringRes int textResource) {
}

@Override
public AppUpdater setButtonDoNotShowAgain(@NonNull String text) {
public AppUpdater setButtonDoNotShowAgain(String text) {
this.btnDisable = text;
return this;
}
Expand Down

0 comments on commit 2fbc746

Please sign in to comment.