mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
build: update Compose, AppCompat and Accompanist
This commit is contained in:
parent
6daf60bc9e
commit
7cc7759205
4 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
import java.util.Properties
|
import java.util.Properties
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("org.jetbrains.compose") version "1.0.0-beta6-dev462"
|
id("org.jetbrains.compose") version "1.0.0-beta6-dev474"
|
||||||
id("com.android.application")
|
id("com.android.application")
|
||||||
kotlin("android")
|
kotlin("android")
|
||||||
kotlin("kapt")
|
kotlin("kapt")
|
||||||
|
|
|
@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("multiplatform")
|
kotlin("multiplatform")
|
||||||
id("org.jetbrains.compose") version "1.0.0-beta6-dev462"
|
id("org.jetbrains.compose") version "1.0.0-beta6-dev474"
|
||||||
id("com.android.library")
|
id("com.android.library")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("multiplatform")
|
kotlin("multiplatform")
|
||||||
id("org.jetbrains.compose") version "1.0.0-beta6-dev462"
|
id("org.jetbrains.compose") version "1.0.0-beta6-dev474"
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.msfjarvis.claw"
|
group = "dev.msfjarvis.claw"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[versions]
|
[versions]
|
||||||
accompanist = "0.21.2-beta"
|
accompanist = "0.21.3-beta"
|
||||||
aurora = "1.0.0-beta1"
|
aurora = "1.0.0-beta1"
|
||||||
coroutines = "1.5.2"
|
coroutines = "1.5.2"
|
||||||
hilt = "2.40.1"
|
hilt = "2.40.1"
|
||||||
|
@ -20,7 +20,7 @@ accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiper
|
||||||
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
||||||
|
|
||||||
androidx-activity-compose = "androidx.activity:activity-compose:1.4.0"
|
androidx-activity-compose = "androidx.activity:activity-compose:1.4.0"
|
||||||
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-rc01"
|
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0"
|
||||||
androidx-browser = "androidx.browser:browser:1.4.0"
|
androidx-browser = "androidx.browser:browser:1.4.0"
|
||||||
androidx-core-ktx = "androidx.core:core-ktx:1.7.0"
|
androidx-core-ktx = "androidx.core:core-ktx:1.7.0"
|
||||||
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
|
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue