Skip to content

Commit

Permalink
Bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Dec 10, 2024
1 parent b7e1e2f commit 2173d07
Show file tree
Hide file tree
Showing 2 changed files with 12 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 = 17
versionName = "v1.9"
versionCode = 18
versionName = "v1.10"
}

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

• Fixed pixel launcher search bar color on Android 15 QPR beta builds.
• Disabled accurate shade now changes all accent colors. [Root]
• Improved live wallpaper color extraction. [Root/Shizuku]
• Added option to update colors when screen is off. [Root/Shizuku]
• Updated AGP and dependencies.
• Updated translations.

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

0 comments on commit 2173d07

Please sign in to comment.