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 Jan 20, 2024
1 parent 32695a1 commit e756d73
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

# v3.19.0
- Upgraded to new SplashScreen API
- Updated AGP and dependencies
- Added Material You themes (thanks to [@GitGitro](https://github.com/GitGitro))
- Fixed issue with icon category exclusion from icon search
- New social icons in About section. Credit goes to [@Donnnno][Donnnno]
- Added support for re-requesting icons. Credit goes to [@moertel][moertel]
- Updated translations

# v3.18.4
- Added new launchers
- Added option to exclude categories from search
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
}
}

compileSdkVersion rootProject.ext.CompileSdk
compileSdk rootProject.ext.CompileSdk

namespace 'com.candybar.dev'

Expand Down
23 changes: 20 additions & 3 deletions app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="changelog_date" translatable="false">September 27, 2023</string>
<string name="changelog_date" translatable="false">January 21, 2024</string>

<string-array name="changelog">
<item>Added new launchers</item>
<item>Added option to exclude categories from search</item>
<item>Upgraded to new SplashScreen API</item>
<item>Updated AGP and dependencies</item>
<item>
<![CDATA[
Added Material You themes (thanks to <a href="https://github.com/GitGitro">@GitGitro</a>)
]]>
</item>
<item>Fixed issue with icon category exclusion from icon search</item>
<item>
<![CDATA[
New social icons in About section. Credit goes to <a href="https://github.com/Donnnno">@Donnnno</a>
]]>
</item>
<item>
<![CDATA[
Added support for re-requesting icons. Credit goes to <a href="https://github.com/moertel">@moertel</a>
]]>
</item>
<item>Updated translations</item>
</string-array>

</resources>
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ allprojects {

rootProject.ext {
def major = 3
def minor = 18
def patch = 4
def minor = 19
def patch = 0

VersionCode = major * 10000 + minor * 100 + patch
VersionName = "$major.$minor.$patch"
Expand Down
2 changes: 1 addition & 1 deletion extLibs/PreLollipopTransitions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ publishing {
}

android {
compileSdkVersion rootProject.ext.CompileSdk
compileSdk rootProject.ext.CompileSdk

namespace 'com.kogitune.activity_transition'

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ allprojects {
}

android {
compileSdkVersion rootProject.ext.CompileSdk
compileSdk rootProject.ext.CompileSdk

namespace 'candybar.lib'

Expand Down

0 comments on commit e756d73

Please sign in to comment.