mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(deps): update org.jetbrains.compose.runtime:runtime to v1.10.1 (#4514)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
fe5d7d6b92
commit
7b597e37c1
4 changed files with 7 additions and 3 deletions
|
|
@ -28,6 +28,7 @@ class AndroidApplicationComposeConventionPlugin : Plugin<Project> {
|
|||
override fun apply(target: Project) {
|
||||
with(target) {
|
||||
apply(plugin = libs.plugin("compose-compiler").get().pluginId)
|
||||
apply(plugin = libs.plugin("compose-multiplatform").get().pluginId)
|
||||
extensions.configure<CommonExtension> {
|
||||
configureAndroidCompose(this)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ class AndroidLibraryComposeConventionPlugin : Plugin<Project> {
|
|||
override fun apply(target: Project) {
|
||||
with(target) {
|
||||
apply(plugin = libs.plugin("compose-compiler").get().pluginId)
|
||||
apply(plugin = libs.plugin("compose-multiplatform").get().pluginId)
|
||||
extensions.configure<CommonExtension> {
|
||||
configureAndroidCompose(this)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,6 +40,9 @@ internal fun Project.configureAndroidCompose(
|
|||
"runtimeOnly"(libs.library("androidx-compose-runtime-tracing"))
|
||||
"debugImplementation"(libs.library("androidx-compose-ui-tooling"))
|
||||
|
||||
"implementation"(libs.library("compose-multiplatform-runtime"))
|
||||
"implementation"(libs.library("compose-multiplatform-resources"))
|
||||
|
||||
// Add Espresso explicitly to avoid version mismatch issues on newer Android versions
|
||||
"androidTestImplementation"(libs.library("androidx-test-espresso-core"))
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ mockk = "1.14.9"
|
|||
testRetry = "1.6.4"
|
||||
|
||||
# Compose Multiplatform
|
||||
compose-multiplatform = "1.10.0"
|
||||
compose-multiplatform = "1.10.1"
|
||||
|
||||
# Google
|
||||
hilt = "2.59.1"
|
||||
|
|
@ -89,7 +89,6 @@ androidx-navigation-compose = { module = "androidx.navigation:navigation-compose
|
|||
androidx-navigation-runtime = { module = "androidx.navigation:navigation-runtime", version.ref = "navigation" }
|
||||
androidx-navigation3-runtime = { module = "androidx.navigation3:navigation3-runtime", version.ref = "navigation3" }
|
||||
androidx-navigation3-ui = { module = "androidx.navigation3:navigation3-ui", version.ref = "navigation3" }
|
||||
androidx-navigation3-viewmodel = { module = "androidx.navigation3:navigation3-viewmodel", version.ref = "navigation3" }
|
||||
androidx-paging-common = { module = "androidx.paging:paging-common", version.ref = "paging" }
|
||||
androidx-paging-compose = { module = "androidx.paging:paging-compose", version.ref = "paging" }
|
||||
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
||||
|
|
@ -232,7 +231,7 @@ android-kotlin-multiplatform-library = { id = "com.android.kotlin.multiplatform.
|
|||
|
||||
# Jetbrains
|
||||
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||||
compose-multiplatform = { id = "org.jetbrains.compose", version = "1.10.0" }
|
||||
compose-multiplatform = { id = "org.jetbrains.compose", version.ref = "compose-multiplatform" }
|
||||
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue