-
-
Notifications
You must be signed in to change notification settings - Fork 30
Setting app's changelog
Patryk Goworowski edited this page Feb 16, 2018
·
1 revision
The changelog file can be found here: res/values/changelog.xml
Here's an example for you to understand how the new changelog structure works:
<version title="v1.0.1"/>
<item text="This is another version"/>
<item text="Versions are shown in the order you put theme here"/>
<item text="Bug fixes"/>
<version title="v1.0.0"/>
<item text="Initial Changelog"/>
<item text="Bullet point here"/>
<item text="More points"/>
<item text=""/> <!-- this one is empty and therefore ignored -->
You can add as many versions as you want.
Copyright 2022 by Jahir Fiquitiva. This work is licensed under the CreativeCommons Attribution-ShareAlike 4.0 International License.
This list represents the step-to-step process to setup Kuper. It's organized so it's easier to follow. (Although you can do it in the order you want.)
- First steps
- Setting
build.gradle
up - Setting
AndroidManifest.xml
up - Change app icons
- Setting colors up
- Setting
MainActivity.kt
up - Setting
strings.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
- Update your app's changelog
- Publish your app! 😃
- Update to latest version