From 2fbc746ca3034f9d3b9f653349768c926697c77c Mon Sep 17 00:00:00 2001 From: TutorialsAndroid Date: Mon, 20 Jul 2020 19:50:53 +0530 Subject: [PATCH] UPDATE GRADLE --- .idea/workspace.xml | 30 ++++++++++++------- .../appxupdater/AppUpdater.java | 2 +- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4776d3b..da62681 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -10,15 +10,7 @@ - - - - - - - - @@ -180,6 +179,17 @@ - + + + + + + + + + \ No newline at end of file diff --git a/library/src/main/java/com/github/tutorialsandroid/appxupdater/AppUpdater.java b/library/src/main/java/com/github/tutorialsandroid/appxupdater/AppUpdater.java index e65585e..4ffb741 100644 --- a/library/src/main/java/com/github/tutorialsandroid/appxupdater/AppUpdater.java +++ b/library/src/main/java/com/github/tutorialsandroid/appxupdater/AppUpdater.java @@ -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; }