Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Jun 26, 2023
1 parent 7f448c7 commit 55cabe9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[Donnnno]: https://github.com/Donnnno

# v3.17.5

- Fix issue related to restore purchases
- Probably fix issue with icon search when navigating back
- Minor fixes

# v3.17.4

- Ability to load wallpapers from `assets`
Expand All @@ -12,16 +18,13 @@
- Updated translations

# v3.17.3

- Add support for formatting FAQs
- Fixed home intro not showing when tutorials are reset using the `Setting` sections

# v3.7.2

- Added ZenUI to launcher. It was deleted by mistake.

# v3.17.1

- Updated Gradle, AGP and dependencies

# v3.17.0
Expand Down
11 changes: 4 additions & 7 deletions app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@
<resources>

<!-- Leave empty if you don't want to show changelog date -->
<string name="changelog_date" translatable="false">June 10, 2023</string>
<string name="changelog_date" translatable="false">June 26, 2023</string>

<!-- Changelog support html formatting
* <b> for Bold
* <i> for Italic
* <u> for Underline
* <a href="linkUrl">Link Text</a> for links -->
<string-array name="changelog">
<item>Ability to load wallpapers from `assets`</item>
<item>Removed MultiDex (thanks to @connyduck)</item>
<item>Added support for visibly disabled requests (thanks to @moertel)</item>
<item>Updated launchers (thanks to @Donnnno)</item>
<item>Added support for rendering VectorDrawable</item>
<item>Updated translations</item>
<item>Fix issue related to restore purchases</item>
<item>Probably fix issue with icon search when navigating back</item>
<item>Minor fixes</item>
</string-array>

</resources>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
rootProject.ext {
def major = 3
def minor = 17
def patch = 4
def patch = 5

VersionCode = major * 10000 + minor * 100 + patch
VersionName = "$major.$minor.$patch"
Expand Down

0 comments on commit 55cabe9

Please sign in to comment.