Version 1.28.0
This commit is contained in:
parent
5b879193b2
commit
ea031068a7
@ -31,8 +31,8 @@ android {
|
||||
minSdk = libs.versions.minSdk.get().toInt()
|
||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||
@SuppressLint("HighAppVersionCode")
|
||||
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023090800
|
||||
versionName = "1.27.1"
|
||||
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023101300
|
||||
versionName = "1.28.0"
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
}
|
||||
|
||||
|
||||
@ -2,6 +2,7 @@ package de.mm20.launcher2.ui.common
|
||||
|
||||
import androidx.compose.animation.animateContentSize
|
||||
import androidx.compose.foundation.ScrollState
|
||||
import androidx.compose.foundation.combinedClickable
|
||||
import androidx.compose.foundation.horizontalScroll
|
||||
import androidx.compose.foundation.layout.Arrangement
|
||||
import androidx.compose.foundation.layout.Column
|
||||
|
||||
@ -0,0 +1,5 @@
|
||||
- Clock widget can now be configured from home screen, like every other widget
|
||||
- Added several new variants of the default watch face
|
||||
- Added preference to set clock widget vertical alignment
|
||||
- Fix adding widgets on Android 14
|
||||
- Other bug fixes and improvements
|
||||
Loading…
x
Reference in New Issue
Block a user