-
-
Notifications
You must be signed in to change notification settings - Fork 136
How to update
Updating is pretty easy. You just need to upgrade Frames library version.
To do it, go to the build.gradle
file inside app
folder.
Then look for these lines:
implementation('com.jahirfiquitiva:Blueprint:{latest version}@aar') {
transitive = true
}
Replace {latest version}
with the last version code from
Continue reading just in case bigger changes are required ;)
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.
Check and apply the changes in this commit and this commit
Check and apply the changes in this commit
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.
Check the changes in this commit
Provide links for your Privacy Policy
and/or Terms and Conditions
in order to avoid issues with Play Store. Generate them here.
Update the app/build.gradle
, launchers.xml
and dependencies.gradle
files.
Update your AndroidManifest.xml
as done in this commit.
Update the app/build.gradle
and dependencies.gradle
files.
Easy as doing the same changes in the files that this commit shows.
Easy as doing the same changes in the files that this commit shows.
Easy as doing the same changes in the files that this commit shows.
Easy as doing the same changes in the files that this commit shows.
Easy as doing the same changes in the files that this commit shows. Basically just some minor version updates 😉
Easy as doing the same changes in the files that this commit shows. Basically just some minor version updates.
- There's a new
launchers.xml
file where you can remove the launchers you don't want to show in the "Apply" section. - There's a new
bool
config inblueprint_configs.xml
in case you want to hide the "General Information" in "Home" section.
- Update your build.gradle to match the new
app/build.gradle
file - Update the proguard files:
Update the proguard-rules.pro
file.
Wiki written by Patryk Goworowski, Lumiq Creative, and Jackson Hayes. Special thanks to Sanchith Hegde. Copyright © 2018 Jahir Fiquitiva.
Licensed under the CreativeCommons Attribution-ShareAlike 4.0 International License. You may not use this file except in compliance with the License. You may obtain a copy of the License at http://creativecommons.org/licenses/by-sa/4.0/legalcode.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
- Get Started
- Set Basic Values
- Create a Package
- Set App Name
- Set App Icon
- Set Launch Screen Image
- Set App Colours
- Change Store & License Settings
- Setting
blueprint_setup.xml
up - Setting
kuper_setup.xml
up - Setting
frames_setup.xml
up - Setting custom styles
- Adding Zooper widgets
- Adding Kustom assets
- Setting up Credits
- Optimize your wallpapers
- Setting up the wallpapers JSON file
- Enabling notifications
- Setting up the icon pack (1/2)
- Setting up the icon pack (2/2)
- Add support for Smart Launcher
- Update your app's changelog