mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
build: upgrade all dependencies
This commit is contained in:
parent
e1e049ebdb
commit
4971606709
4 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
import java.util.Properties
|
||||
|
||||
plugins {
|
||||
id("org.jetbrains.compose") version "1.0.0-beta4-dev436"
|
||||
id("org.jetbrains.compose") version "1.0.0-beta6-dev446"
|
||||
id("com.android.application")
|
||||
kotlin("android")
|
||||
kotlin("kapt")
|
||||
|
|
|
@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||
|
||||
plugins {
|
||||
kotlin("multiplatform")
|
||||
id("org.jetbrains.compose") version "1.0.0-beta4-dev436"
|
||||
id("org.jetbrains.compose") version "1.0.0-beta6-dev446"
|
||||
id("com.android.library")
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat
|
|||
|
||||
plugins {
|
||||
kotlin("multiplatform")
|
||||
id("org.jetbrains.compose") version "1.0.0-beta4-dev436"
|
||||
id("org.jetbrains.compose") version "1.0.0-beta6-dev446"
|
||||
}
|
||||
|
||||
group = "dev.msfjarvis.claw"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[versions]
|
||||
accompanist = "0.20.0"
|
||||
accompanist = "0.21.1-beta"
|
||||
aurora = "0.0.58-SNAPSHOT"
|
||||
coroutines = "1.5.2"
|
||||
hilt = "2.39.1"
|
||||
hilt = "2.40"
|
||||
richtext = "0.8.1"
|
||||
serialization = "1.3.0"
|
||||
sqldelight = "1.5.2"
|
||||
|
@ -21,11 +21,11 @@ accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-sys
|
|||
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.4.0"
|
||||
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-rc01"
|
||||
androidx-browser = "androidx.browser:browser:1.4.0-rc01"
|
||||
androidx-browser = "androidx.browser:browser:1.4.0"
|
||||
androidx-core-ktx = "androidx.core:core-ktx:1.7.0"
|
||||
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
|
||||
androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0-rc01"
|
||||
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.4.0-beta01"
|
||||
androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0"
|
||||
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.4.0-beta02"
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha14"
|
||||
|
||||
aurora-component = { module = "org.pushing-pixels:aurora-component", version.ref = "aurora" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue