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 15, 2024
1 parent a9b4986 commit 7aa32f6
Show file tree
Hide file tree
Showing 2 changed files with 8 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 = 19
versionName = "v1.10.1"
versionCode = 20
versionName = "v1.10.2"
}

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

• Fixed an issue where the screen off color update wasn't canceled when the screen was turned back on.
• Updated translations.

Translation credit goes to all the contributors on [our crowdin platform](https://crowdin.com/project/ColorBlendr).

0 comments on commit 7aa32f6

Please sign in to comment.