Version 1.40.0
This commit is contained in:
@@ -29,8 +29,8 @@ android {
|
|||||||
applicationId = "de.mm20.launcher2"
|
applicationId = "de.mm20.launcher2"
|
||||||
minSdk = libs.versions.minSdk.get().toInt()
|
minSdk = libs.versions.minSdk.get().toInt()
|
||||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||||
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2026012400
|
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2026041200
|
||||||
versionName = "1.39.3"
|
versionName = "1.40.0"
|
||||||
signingConfig = signingConfigs.getByName("debug")
|
signingConfig = signingConfigs.getByName("debug")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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)
|
||||||
Reference in New Issue
Block a user