Skip to content

Commit

Permalink
Bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Apr 19, 2024
1 parent 774356c commit 28652a8
Show file tree
Hide file tree
Showing 2 changed files with 11 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 = 34
versionCode = 11
versionName = "v1.3"
versionCode = 12
versionName = "v1.4"
}

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

• Added support for live wallpaper color extraction.
• Allow changing white and black shade in color palette (Root).
• Fixed notification background color on android 14 (Root).
• Improved per app theming categorization and filtering (Root).
• Updated translations.

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

0 comments on commit 28652a8

Please sign in to comment.