From c9d37ce8fad19d2373bfbd540e6bb84caf8e4ce3 Mon Sep 17 00:00:00 2001 From: Patrick Lang <72232737+patrickunterwegs@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:24:07 +0100 Subject: [PATCH] version bump --- app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/210000006.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/210000006.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b17ae583b..9feaf2614 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -29,8 +29,8 @@ android { buildConfigField("long", "buildTime", "${System.currentTimeMillis()}L") minSdk = 23 targetSdk = 35 - versionCode = 210000005 - versionName = "2.10.00-beta02" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay) + versionCode = 210000006 + versionName = "2.10.00" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay) buildConfigField("String", "versionCodename", "\"Pride is a protest \uD83C\uDF08\"") multiDexEnabled = true vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/210000006.txt b/fastlane/metadata/android/en-US/changelogs/210000006.txt new file mode 100644 index 000000000..dd40fcc73 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/210000006.txt @@ -0,0 +1,6 @@ +- Sub-entries now inherit the due date (tasks) and classification from its parent +- New color picker +- Full Android 15 compatibility +- Version updates + +ATTENTION: Due to changes in the widget handling, the color setting for transparency might get lost in this update. Please update the color in the widget settings again if you wish to make it transparent. \ No newline at end of file