Update dependencies
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 5m30s
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 5m30s
This commit is contained in:
@@ -3,7 +3,6 @@ package ch.dissem.yaep.ui.desktop
|
||||
import androidx.compose.foundation.Image
|
||||
import androidx.compose.foundation.layout.PaddingValues
|
||||
import androidx.compose.foundation.layout.Spacer
|
||||
import androidx.compose.foundation.layout.aspectRatio
|
||||
import androidx.compose.foundation.layout.size
|
||||
import androidx.compose.foundation.layout.width
|
||||
import androidx.compose.foundation.window.WindowDraggableArea
|
||||
@@ -17,7 +16,6 @@ import androidx.compose.material3.Text
|
||||
import androidx.compose.material3.TopAppBar
|
||||
import androidx.compose.runtime.Composable
|
||||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.draw.scale
|
||||
import androidx.compose.ui.unit.dp
|
||||
import androidx.compose.ui.window.WindowPlacement
|
||||
import androidx.compose.ui.window.WindowScope
|
||||
@@ -69,11 +67,12 @@ fun AppBar(
|
||||
) {
|
||||
TopAppBar(
|
||||
navigationIcon = {
|
||||
Image(
|
||||
painter = painterResource(DRes.drawable.ic_launcher),
|
||||
contentDescription = null,
|
||||
modifier = Modifier.aspectRatio(1f).scale(0.5f),
|
||||
)
|
||||
IconButton(onClick = { /* do nothing */ }) {
|
||||
Image(
|
||||
painter = painterResource(DRes.drawable.ic_launcher),
|
||||
contentDescription = null
|
||||
)
|
||||
}
|
||||
},
|
||||
title = { Text(text = stringResource(CRes.string.app_name_full)) },
|
||||
actions = {
|
||||
|
||||
@@ -7,9 +7,9 @@ android-compileSdk = "36"
|
||||
android-minSdk = "26"
|
||||
android-targetSdk = "36"
|
||||
androidx-activityCompose = "1.11.0"
|
||||
androidx-compose = "1.9.3"
|
||||
compose-plugin = "1.9.0"
|
||||
kotlin = "2.2.20"
|
||||
androidx-compose = "1.9.4"
|
||||
compose-plugin = "1.9.2"
|
||||
kotlin = "2.2.21"
|
||||
coreKtx = "1.17.0"
|
||||
atrium = "1.2.0"
|
||||
|
||||
@@ -41,5 +41,5 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||||
compose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
|
||||
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
sonarqube = { id = "org.sonarqube", version = "6.3.1.5724" }
|
||||
kotlin-kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.2" }
|
||||
sonarqube = { id = "org.sonarqube", version = "7.0.1.6134" }
|
||||
kotlin-kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.3" }
|
||||
Reference in New Issue
Block a user