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
86e659a180
commit
fde4e01697
5 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
import java.util.Properties
|
import java.util.Properties
|
||||||
|
|
||||||
plugins {
|
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")
|
id("com.android.application")
|
||||||
kotlin("android")
|
kotlin("android")
|
||||||
kotlin("kapt")
|
kotlin("kapt")
|
||||||
|
|
|
@ -15,7 +15,7 @@ buildscript {
|
||||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31")
|
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31")
|
||||||
classpath("com.android.tools.build:gradle:7.1.0-alpha12")
|
classpath("com.android.tools.build:gradle:7.1.0-alpha12")
|
||||||
classpath("com.diffplug.spotless:spotless-plugin-gradle:5.15.0")
|
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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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-alpha4-build348"
|
id("org.jetbrains.compose") version "1.0.0-alpha4-build366"
|
||||||
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-alpha4-build348"
|
id("org.jetbrains.compose") version "1.0.0-alpha4-build366"
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.msfjarvis.claw"
|
group = "dev.msfjarvis.claw"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
accompanist = "0.18.0"
|
accompanist = "0.18.0"
|
||||||
aurora = "0.0.54-SNAPSHOT"
|
aurora = "0.0.54-SNAPSHOT"
|
||||||
coroutines = "1.5.2"
|
coroutines = "1.5.2"
|
||||||
hilt = "2.38.1"
|
hilt = "2.39"
|
||||||
moshix = "0.14.1"
|
moshix = "0.14.1"
|
||||||
retrofit = "2.9.0"
|
retrofit = "2.9.0"
|
||||||
sqldelight = "1.5.1"
|
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-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
|
||||||
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-alpha02"
|
androidx-activity-compose = "androidx.activity:activity-compose:1.4.0-beta01"
|
||||||
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-alpha03"
|
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-beta01"
|
||||||
androidx-browser = "androidx.browser:browser:1.4.0-alpha01"
|
androidx-browser = "androidx.browser:browser:1.4.0-beta01"
|
||||||
androidx-coreKtx = "androidx.core:core-ktx:1.7.0-beta01"
|
androidx-coreKtx = "androidx.core:core-ktx:1.7.0-beta02"
|
||||||
androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha07"
|
androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0-rc01"
|
||||||
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha12"
|
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha13"
|
||||||
|
|
||||||
aurora-component = { module = "org.pushing-pixels:aurora-component", version.ref = "aurora" }
|
aurora-component = { module = "org.pushing-pixels:aurora-component", version.ref = "aurora" }
|
||||||
aurora-skin = { module = "org.pushing-pixels:aurora-skin", version.ref = "aurora" }
|
aurora-skin = { module = "org.pushing-pixels:aurora-skin", version.ref = "aurora" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue