Skip to content

Commit 1e231b2

Browse files
author
TutorialsAndroid
committed
UPDATED DEPENDENCIES
1 parent 2cde7df commit 1e231b2

File tree

9 files changed

+25
-5
lines changed

9 files changed

+25
-5
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
1.12 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

.idea/workspace.xml

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

sample/src/main/java/com/github/tutorialsandroid/appxupdater/demo/MainActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ protected void onCreate(Bundle savedInstanceState) {
5050
.start());
5151

5252
binding.included.snackbarUpdate.setOnClickListener(view -> new AppUpdater(mContext)
53-
//.setUpdateFrom(UpdateFrom.GITHUB)
54-
//.setGitHubUserAndRepo("TutorialsAndroid", "AppXUpdater")
53+
.setUpdateFrom(UpdateFrom.GITHUB)
54+
.setGitHubUserAndRepo("TutorialsAndroid", "AppXUpdater")
5555
.setUpdateFrom(UpdateFrom.XML)
5656
.setUpdateXML("https://raw.githubusercontent.com/TutorialsAndroid/AppXUpdater/master/files/update.xml")
5757
.setDisplay(Display.SNACKBAR)

0 commit comments

Comments
 (0)