Skip to content

How to update

Jahir Fiquitiva edited this page Dec 5, 2021 · 53 revisions

How to update?

Updating is pretty easy. You just need to upgrade Blueprint library version.

To do it, go to the buildSrc/src/main/java/Versions.kt file.

Then look for these lines:

const val blueprint = "x.x.x"

Update the version code with the latest from JitPack

Continue reading just in case bigger changes are required ;)


Release Notes:

Whenever a new release is available and it requires extra changes for your setup, this is the section where they will be mentioned.

Check if you have done the required changes for the newest versions and do them if you haven't.

v 2.2.5:

Check and apply the changes in this commit

v 2.2.4:

Check and apply the changes in this commit

v 2.2.3:

Check and apply the changes in this commit

v 2.2.2:

Check and apply the changes in this commit

v 2.1.8:

Check and apply the changes in this commit

v 2.1.5:

Check and apply the changes in this commit

v 2.1.4:

Check and apply the changes in this commit

v 2.1.1:

Check and apply the changes in this commit

v 2.1.0:

Add <item>oneplus</item> to supported_launchers.xml

v 2.0.6:

v 2.0.2:

If you want to customize your app even more that you already can, you might want to apply the changes in this commit

v 2.0.0:

Dashboard has been rewritten from scratch and many things have changed. It's probably easier to start from scratch. Save your assets, icons and xmls files. Many of them will work fine.

v 1.4.9 and 1.5.0:

Check and apply the changes in this commit and this commit

v 1.4.2:

Check and apply the changes in this commit

v 1.4 and newer:

Check and apply the changes in this commit.

Then delete the folder .idea/libraries/ and all build folders, and then restart Android Studio using the Invalidate Caches and Restart option.

v 1.3.0:

Check the changes in this commit

v 1.2.9:

Provide links for your Privacy Policy and/or Terms and Conditions in order to avoid issues with Play Store. Generate them here.

v 1.2.8:

Update the app/build.gradle, launchers.xml and dependencies.gradle files.

v 1.2.7:

Update your AndroidManifest.xml as done in this commit.

v 1.2.6:

Update the app/build.gradle and dependencies.gradle files.

v 1.2.4:

Easy as doing the same changes in the files that this commit shows.

v 1.2.3:

Easy as doing the same changes in the files that this commit shows.

v 1.2.0:

Easy as doing the same changes in the files that this commit shows.

v 1.1.8:

Easy as doing the same changes in the files that this commit shows.

v 1.1.5:

Easy as doing the same changes in the files that this commit shows. Basically just some minor version updates 😉

v 1.1.4:

Easy as doing the same changes in the files that this commit shows. Basically just some minor version updates.

v 1.1.3:

  1. There's a new launchers.xml file where you can remove the launchers you don't want to show in the "Apply" section.
  2. There's a new bool config in blueprint_configs.xml in case you want to hide the "General Information" in "Home" section.

v 1.1.1:

  1. Update your build.gradle to match the new app/build.gradle file
  2. Update the proguard files:

v 1.0.4:

Update the proguard-rules.pro file.

Clone this wiki locally