diff --git a/android/build.gradle.kts b/android/build.gradle.kts index c763172c..b9800336 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -1,7 +1,7 @@ import java.util.Properties plugins { - id("org.jetbrains.compose") version "1.0.0-alpha4-build348" + id("org.jetbrains.compose") version "1.0.0-alpha4-build366" id("com.android.application") kotlin("android") kotlin("kapt") diff --git a/build.gradle.kts b/build.gradle.kts index 14e851d4..6724a91b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ buildscript { classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31") classpath("com.android.tools.build:gradle:7.1.0-alpha12") classpath("com.diffplug.spotless:spotless-plugin-gradle:5.15.0") - classpath("com.google.dagger:hilt-android-gradle-plugin:2.38.1") + classpath("com.google.dagger:hilt-android-gradle-plugin:2.39") } } diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 1aa0a20a..cd0b66c2 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { kotlin("multiplatform") - id("org.jetbrains.compose") version "1.0.0-alpha4-build348" + id("org.jetbrains.compose") version "1.0.0-alpha4-build366" id("com.android.library") } diff --git a/desktop/build.gradle.kts b/desktop/build.gradle.kts index a2e9241d..8af7b783 100644 --- a/desktop/build.gradle.kts +++ b/desktop/build.gradle.kts @@ -3,7 +3,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat plugins { kotlin("multiplatform") - id("org.jetbrains.compose") version "1.0.0-alpha4-build348" + id("org.jetbrains.compose") version "1.0.0-alpha4-build366" } group = "dev.msfjarvis.claw" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3cea7029..12099441 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ accompanist = "0.18.0" aurora = "0.0.54-SNAPSHOT" coroutines = "1.5.2" -hilt = "2.38.1" +hilt = "2.39" moshix = "0.14.1" retrofit = "2.9.0" sqldelight = "1.5.1" @@ -17,12 +17,12 @@ accompanist-insets = { module = "com.google.accompanist:accompanist-insets", ver accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" } accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" } -androidx-activity-compose = "androidx.activity:activity-compose:1.4.0-alpha02" -androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-alpha03" -androidx-browser = "androidx.browser:browser:1.4.0-alpha01" -androidx-coreKtx = "androidx.core:core-ktx:1.7.0-beta01" -androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha07" -androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha12" +androidx-activity-compose = "androidx.activity:activity-compose:1.4.0-beta01" +androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-beta01" +androidx-browser = "androidx.browser:browser:1.4.0-beta01" +androidx-coreKtx = "androidx.core:core-ktx:1.7.0-beta02" +androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0-rc01" +androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha13" aurora-component = { module = "org.pushing-pixels:aurora-component", version.ref = "aurora" } aurora-skin = { module = "org.pushing-pixels:aurora-skin", version.ref = "aurora" }