Update AGP and libraries
This commit is contained in:
@@ -49,7 +49,7 @@ import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.draw.clip
|
||||
import androidx.compose.ui.draw.innerShadow
|
||||
import androidx.compose.ui.graphics.Color
|
||||
import androidx.compose.ui.graphics.shadow.InnerShadow
|
||||
import androidx.compose.ui.graphics.Shadow
|
||||
import androidx.compose.ui.platform.LocalContext
|
||||
import androidx.compose.ui.res.stringResource
|
||||
import androidx.compose.ui.tooling.preview.Preview
|
||||
@@ -268,8 +268,10 @@ private fun ThemePreview(
|
||||
)
|
||||
.innerShadow(
|
||||
MaterialTheme.shapes.medium,
|
||||
InnerShadow(8.dp, color = Color(0f, 0f, 0f, 0.2f))
|
||||
)
|
||||
) {
|
||||
color = Color(0f, 0f, 0f, 0.2f)
|
||||
radius = with(density) { 8.dp.toPx() }
|
||||
}
|
||||
) {
|
||||
SearchBar(
|
||||
style = SearchBarStyle.Solid,
|
||||
|
||||
@@ -9,27 +9,27 @@ targetSdk = "36"
|
||||
pluginSdk = "2.2.0"
|
||||
|
||||
gradle = "8.1.2"
|
||||
android-gradle-plugin = "8.10.1"
|
||||
android-gradle-plugin = "8.12.0"
|
||||
ksp-gradle-plugin = "2.1.21-2.0.1"
|
||||
|
||||
kotlin = "2.1.21"
|
||||
kotlin = "2.2.10"
|
||||
kotlinx-coroutines = "1.10.2"
|
||||
kotlinx-immutable = "0.4.0"
|
||||
kotlinx-serialization = "1.8.1"
|
||||
|
||||
jetbrains-markdown = "0.7.3"
|
||||
|
||||
androidx-compose = "1.9.0-alpha04"
|
||||
androidx-compose-material3 = "1.4.0-alpha15"
|
||||
androidx-compose = "1.10.0-alpha01"
|
||||
androidx-compose-material3 = "1.5.0-alpha02"
|
||||
androidx-compose-materialicons = "1.7.8"
|
||||
androidx-lifecycle = "2.9.1"
|
||||
androidx-core = "1.16.0"
|
||||
androidx-core = "1.17.0"
|
||||
androidx-appcompat = "1.7.1"
|
||||
androidx-activity = "1.10.1"
|
||||
|
||||
# Careful, 2.10.0 seems to require some fixes, or jobs aren't executed
|
||||
androidx-work = "2.9.0"
|
||||
androidx-browser = "1.8.0"
|
||||
androidx-browser = "1.9.0"
|
||||
androidx-palette = "1.0.0"
|
||||
androidx-media2 = "1.3.0"
|
||||
androidx-room = "2.7.2"
|
||||
@@ -37,7 +37,7 @@ androidx-constraint-layout = "1.1.1"
|
||||
androidx-emojipicker = "1.5.0"
|
||||
|
||||
accompanist = "0.36.0"
|
||||
haze = "1.6.6"
|
||||
haze = "1.6.10"
|
||||
coil = "2.7.0"
|
||||
koin = "4.1.0"
|
||||
retrofit = "2.11.0"
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
#Sun Feb 09 12:41:42 CET 2025
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user