Skip to content

Update 1.2

Compare
Choose a tag to compare
@javiersantos javiersantos released this 23 Feb 16:00
· 283 commits to master since this release
  • Set a custom title, description and buttons text for the dialogs.
// Customize the dialog title, description and buttons
.setDialogTitleWhenUpdateAvailable("Update available")
.setDialogDescriptionWhenUpdateAvailable("Check out the latest version available of my app!")
.setDialogButtonUpdate("Update now?")
.setDialogButtonDoNotShowAgain("Huh, not interested")
.setDialogTitleWhenUpdateNotAvailable("Update not available")
.setDialogDescriptionWhenUpdateNotAvailable("No update available. Check for updates again later!")
  • French translation.