Skip to content

Commit

Permalink
feat: Release 1.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
feelfreelinux committed Jan 25, 2019
1 parent 94c727a commit 377a90e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,15 @@ class MainNavigationActivity : BaseActivity(), MainNavigationView,
showFullReleaseDialog()
(navigationView.getChildAt(0) as NavigationMenuView).isVerticalScrollBarEnabled = false
//Setup AppUpdater
/*AppUpdater(this)
AppUpdater(this)
.setUpdateFrom(UpdateFrom.GITHUB)
.setGitHubUserAndRepo("feelfreelinux", "WykopMobilny")
.setTitleOnUpdateAvailable(R.string.update_available)
.setContentOnUpdateAvailable(R.string.update_app)
.setButtonDismiss(R.string.cancel)
.setButtonDoNotShowAgain(R.string.do_not_show_again)
.setButtonUpdate(R.string.update)
.start()*/
.start()
//presenter.checkUpdates()
checkBlacklist()

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {
versionMajor = 1
versionMinor = 0
versionPatch = 0
versionBuild = 0
versionBuild = 1
}
}

Expand Down

0 comments on commit 377a90e

Please sign in to comment.