Skip to content

Commit

Permalink
Bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Oct 29, 2024
1 parent cd408a2 commit 5e4b8a0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk = 31
targetSdk = 35
versionCode = 16
versionName = "v1.8"
versionCode = 17
versionName = "v1.9"
}

buildTypes {
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Changelog:

• Updated color palette preview.
• Fixed QS tiles colors for Android 15 QPR1 beta 3. [Root]
• Updated material color utilities for expressive on-colors. [Root]
• Added workaround for settings pitch black theme on Android 15. [Root]
• Themed Pixel Launcher and added darker monochrome icon option. [Root]
• Added semi-transparent style for Pixel Launcher. [Root]
• Updated AGP and dependencies.
• Updated translations.

Translation credit goes to all the contributors on our Crowdin platform.

0 comments on commit 5e4b8a0

Please sign in to comment.