diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 465c85f8..e8380626 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ android { defaultConfig { minSdk = 31 targetSdk = 35 - versionCode = 17 - versionName = "v1.9" + versionCode = 18 + versionName = "v1.10" } buildTypes { diff --git a/fastlane/metadata/android/en-US/changelogs/18.txt b/fastlane/metadata/android/en-US/changelogs/18.txt new file mode 100644 index 00000000..c0b59936 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/18.txt @@ -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. \ No newline at end of file