diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a898d6fc..eb5677c3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ android { defaultConfig { minSdk = 31 targetSdk = 35 - versionCode = 19 - versionName = "v1.10.1" + versionCode = 20 + versionName = "v1.10.2" } buildTypes { diff --git a/fastlane/metadata/android/en-US/changelogs/20.txt b/fastlane/metadata/android/en-US/changelogs/20.txt new file mode 100644 index 00000000..ff068844 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20.txt @@ -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). \ No newline at end of file