mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
build: update dependencies
This commit is contained in:
parent
c584d52e89
commit
ddb9bfeb07
5 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
import java.util.Properties
|
||||
|
||||
plugins {
|
||||
id("org.jetbrains.compose") version "1.0.0-alpha3"
|
||||
id("org.jetbrains.compose") version "1.0.0-alpha4-build321"
|
||||
id("com.android.application")
|
||||
kotlin("android")
|
||||
kotlin("kapt")
|
||||
|
|
|
@ -11,11 +11,11 @@ buildscript {
|
|||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath("com.android.tools:r8:3.1.17-dev")
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21")
|
||||
classpath("com.android.tools.build:gradle:7.1.0-alpha08")
|
||||
classpath("com.android.tools.build:gradle:7.1.0-alpha09")
|
||||
classpath("com.diffplug.spotless:spotless-plugin-gradle:5.14.2")
|
||||
classpath("com.google.dagger:hilt-android-gradle-plugin:2.38.1")
|
||||
classpath("com.android.tools:r8:3.1.15-dev")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||
|
||||
plugins {
|
||||
kotlin("multiplatform")
|
||||
id("org.jetbrains.compose") version "1.0.0-alpha3"
|
||||
id("org.jetbrains.compose") version "1.0.0-alpha4-build321"
|
||||
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-alpha3"
|
||||
id("org.jetbrains.compose") version "1.0.0-alpha4-build321"
|
||||
}
|
||||
|
||||
group = "dev.msfjarvis.claw"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[versions]
|
||||
coroutines = "1.5.1"
|
||||
hilt = "2.38.1"
|
||||
moshix = "0.12.0"
|
||||
moshix = "0.12.2"
|
||||
retrofit = "2.9.0"
|
||||
sqldelight = "1.5.1"
|
||||
|
||||
|
@ -17,7 +17,7 @@ androidx-browser = "androidx.browser:browser:1.3.0"
|
|||
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha12"
|
||||
|
||||
coil-compose = "io.coil-kt:coil-compose:1.3.2"
|
||||
kamel-image = "com.alialbaali.kamel:kamel-image:0.2.1"
|
||||
kamel-image = "com.alialbaali.kamel:kamel-image:0.2.2"
|
||||
|
||||
dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
|
||||
dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue