mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 23:47:02 +05:30
build: dependency updates
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
e3a931fab4
commit
09cb29c532
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ plugins {
|
|||
id("com.android.application")
|
||||
kotlin("android")
|
||||
kotlin("kapt")
|
||||
kotlin("plugin.serialization") version "1.4.20"
|
||||
kotlin("plugin.serialization") version "1.4.21"
|
||||
id("dagger.hilt.android.plugin")
|
||||
`lobsters-plugin`
|
||||
`core-library-desugaring`
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
rootProject.ext.versions = [
|
||||
agp: '7.0.0-alpha02',
|
||||
daggerHilt: '2.30.1-alpha',
|
||||
kotlin: '1.4.20',
|
||||
kotlin: '1.4.21',
|
||||
lint: '27.3.0-alpha02',
|
||||
]
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ object Dependencies {
|
|||
|
||||
object AndroidX {
|
||||
|
||||
const val activityKtx = "androidx.activity:activity-ktx:1.2.0-beta01"
|
||||
const val activityKtx = "androidx.activity:activity-ktx:1.2.0-beta02"
|
||||
const val appCompat = "androidx.appcompat:appcompat:1.3.0-alpha02"
|
||||
const val browser = "androidx.browser:browser:1.3.0"
|
||||
const val coreKtx = "androidx.core:core-ktx:1.5.0-alpha05"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id("com.android.library")
|
||||
kotlin("android")
|
||||
kotlin("plugin.serialization") version "1.4.20"
|
||||
kotlin("plugin.serialization") version "1.4.21"
|
||||
`lobsters-plugin`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue