Skip to content

Commit 2fbc746

Browse files
author
TutorialsAndroid
committed
UPDATE GRADLE
1 parent 312df77 commit 2fbc746

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

.idea/workspace.xml

Lines changed: 20 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library/src/main/java/com/github/tutorialsandroid/appxupdater/AppUpdater.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ public AppUpdater setDialogButtonDoNotShowAgain(@StringRes int textResource) {
284284
}
285285

286286
@Override
287-
public AppUpdater setButtonDoNotShowAgain(@NonNull String text) {
287+
public AppUpdater setButtonDoNotShowAgain(String text) {
288288
this.btnDisable = text;
289289
return this;
290290
}

0 commit comments

Comments
 (0)