From 3820cca43ed6b097abaa4da5869942e7edc4c6dd Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Sun, 12 Apr 2026 17:34:26 +0200 Subject: [PATCH] Version 1.40.0 --- app/app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/2026041200.txt | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2026041200.txt diff --git a/app/app/build.gradle.kts b/app/app/build.gradle.kts index 3a53b281a..e211f9379 100644 --- a/app/app/build.gradle.kts +++ b/app/app/build.gradle.kts @@ -29,8 +29,8 @@ android { applicationId = "de.mm20.launcher2" minSdk = libs.versions.minSdk.get().toInt() targetSdk = libs.versions.targetSdk.get().toInt() - versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2026012400 - versionName = "1.39.3" + versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2026041200 + versionName = "1.40.0" signingConfig = signingConfigs.getByName("debug") } diff --git a/fastlane/metadata/android/en-US/changelogs/2026041200.txt b/fastlane/metadata/android/en-US/changelogs/2026041200.txt new file mode 100644 index 000000000..7c9ce0345 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2026041200.txt @@ -0,0 +1,4 @@ +- Add the option to add more than one widget screen (thanks to @fmontesino) +- Remove accessibility service requirement for notification and quick settings gestures (thanks to @Aryan0577) +- New default font: Google Sans +- Add support for non-Gregorian calendars (as default or as secondary calendar) \ No newline at end of file