bump version code and add changelog
This commit is contained in:
@@ -33,7 +33,7 @@ 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() ?: 2026041400
|
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2026053100
|
||||||
versionName = "1.40.2"
|
versionName = "1.40.2"
|
||||||
signingConfig = signingConfigs.getByName("debug")
|
signingConfig = signingConfigs.getByName("debug")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
- Fix blank weather icons when using Breezy as provider
|
||||||
|
- Fix gestures not working after double tap to sleep
|
||||||
|
- Add option to hide app details in app context menu (thanks to @Electromagneticradiation)
|
||||||
|
- Fix importing theme files
|
||||||
Reference in New Issue
Block a user