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

Diff for: .gradle/5.6.4/executionHistory/executionHistory.bin

0 Bytes
Binary file not shown.

Diff for: .gradle/5.6.4/executionHistory/executionHistory.lock

0 Bytes
Binary file not shown.

Diff for: .gradle/5.6.4/fileHashes/fileHashes.bin

0 Bytes
Binary file not shown.

Diff for: .gradle/5.6.4/fileHashes/fileHashes.lock

0 Bytes
Binary file not shown.

Diff for: .gradle/5.6.4/javaCompile/classAnalysis.bin

1.12 KB
Binary file not shown.

Diff for: .gradle/5.6.4/javaCompile/javaCompile.lock

0 Bytes
Binary file not shown.

Diff for: .gradle/buildOutputCleanup/buildOutputCleanup.lock

0 Bytes
Binary file not shown.

Diff for: .idea/workspace.xml

+23-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+2-2
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)