Skip to content

How to keep using "Legacy Version"

Dani Mahardhika edited this page Mar 15, 2017 · 3 revisions

What is legacy version?

Legacy version is an old stable release that still available but no longer supported because there is a newer release. At this point legacy version is release 2.0.6.

What is the difference between legacy and newer release?

Legacy version has different design with newer release. Legacy version is quite stable and you can keep using that without any problem. Just legacy version is no longer supported.

Is it save to keep using legacy version?

Like I already said above, yes it is. But for long term period it's better to use newest release.

How can I use legacy version?

  1. Setup normally
  2. Once you're done, replace dashboard_configurations.xml and colors.xml with this one.
  3. Open module:app build.gradle, change CandyBar version to 2.0.6, something like this compile 'com.github.danimahardhika.candybar-library:core:2.0.6'.
  4. Sync project with gradle files

How can I switch to newest release from legacy version?

  1. Download dashboard_configurations.xml and colors.xml from sample project and replace the one in your project with files that you just downloaded.
  2. Open module:app build.gradle, change CandyBar version to latest release, something like this compile 'com.github.danimahardhika.candybar-library:core:3.0.0'.
  3. Sync project with gradle files

Legacy Version Previews