mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
build: upgrade all dependencies
This commit is contained in:
parent
2852cbaff0
commit
1c2ae9ad99
5 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
import java.util.Properties
|
import java.util.Properties
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("org.jetbrains.compose") version "0.5.0-build225"
|
id("org.jetbrains.compose") version "0.5.0-build235"
|
||||||
id("com.android.application")
|
id("com.android.application")
|
||||||
id("me.amanjeet.daggertrack")
|
id("me.amanjeet.daggertrack")
|
||||||
kotlin("android")
|
kotlin("android")
|
||||||
|
|
|
@ -10,8 +10,8 @@ buildscript {
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10")
|
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10")
|
||||||
classpath("com.android.tools.build:gradle:7.1.0-alpha01")
|
classpath("com.android.tools.build:gradle:7.1.0-alpha02")
|
||||||
classpath("com.diffplug.spotless:spotless-plugin-gradle:5.12.5")
|
classpath("com.diffplug.spotless:spotless-plugin-gradle:5.14.0")
|
||||||
classpath("com.google.dagger:hilt-android-gradle-plugin:2.37")
|
classpath("com.google.dagger:hilt-android-gradle-plugin:2.37")
|
||||||
classpath("me.amanjeet.daggertrack:dagger-track:1.0.6-SNAPSHOT")
|
classpath("me.amanjeet.daggertrack:dagger-track:1.0.6-SNAPSHOT")
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ import org.jetbrains.compose.compose
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("multiplatform")
|
kotlin("multiplatform")
|
||||||
id("org.jetbrains.compose") version "0.5.0-build225"
|
id("org.jetbrains.compose") version "0.5.0-build235"
|
||||||
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 "0.5.0-build225"
|
id("org.jetbrains.compose") version "0.5.0-build235"
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.msfjarvis.claw"
|
group = "dev.msfjarvis.claw"
|
||||||
|
|
|
@ -11,10 +11,10 @@ kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines
|
||||||
kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
|
kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
|
||||||
kotlin-coroutines-jvm = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", version.ref = "coroutines" }
|
kotlin-coroutines-jvm = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", version.ref = "coroutines" }
|
||||||
|
|
||||||
androidx-activity-compose = "androidx.activity:activity-compose:1.3.0-beta01"
|
androidx-activity-compose = "androidx.activity:activity-compose:1.3.0-rc01"
|
||||||
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-alpha02"
|
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-alpha03"
|
||||||
androidx-browser = "androidx.browser:browser:1.3.0"
|
androidx-browser = "androidx.browser:browser:1.3.0"
|
||||||
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha10"
|
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha11"
|
||||||
|
|
||||||
dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
|
dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
|
||||||
dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", 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