fix(deps): update kotlin to v1.8.21 (#2484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
53497c0365
commit
a96e6ebe06
2 changed files with 6 additions and 3 deletions
|
@ -3,11 +3,11 @@ agp = "8.0.0"
|
||||||
androidxActivity = "1.7.1"
|
androidxActivity = "1.7.1"
|
||||||
bouncycastle = "1.73"
|
bouncycastle = "1.73"
|
||||||
# @keep used for kotlinCompilerExtensionVersion
|
# @keep used for kotlinCompilerExtensionVersion
|
||||||
composeCompiler = "1.4.6"
|
composeCompiler = "1.4.6-dev-k1.8.21-290a127309e"
|
||||||
coroutines = "1.6.4"
|
coroutines = "1.6.4"
|
||||||
flowbinding = "1.2.0"
|
flowbinding = "1.2.0"
|
||||||
hilt = "2.45"
|
hilt = "2.45"
|
||||||
kotlin = "1.8.20"
|
kotlin = "1.8.21"
|
||||||
leakcanary = "2.10"
|
leakcanary = "2.10"
|
||||||
lifecycle = "2.6.1"
|
lifecycle = "2.6.1"
|
||||||
|
|
||||||
|
|
|
@ -85,7 +85,6 @@ dependencyResolutionManagement {
|
||||||
includeGroup("androidx.compose.ui")
|
includeGroup("androidx.compose.ui")
|
||||||
includeGroup("androidx.concurrent")
|
includeGroup("androidx.concurrent")
|
||||||
includeGroup("androidx.constraintlayout")
|
includeGroup("androidx.constraintlayout")
|
||||||
includeGroup("androidx.compose.compiler")
|
|
||||||
includeGroup("androidx.coordinatorlayout")
|
includeGroup("androidx.coordinatorlayout")
|
||||||
includeGroup("androidx.core")
|
includeGroup("androidx.core")
|
||||||
includeGroup("androidx.cursoradapter")
|
includeGroup("androidx.cursoradapter")
|
||||||
|
@ -155,6 +154,10 @@ dependencyResolutionManagement {
|
||||||
forRepository { maven("https://storage.googleapis.com/r8-releases/raw") }
|
forRepository { maven("https://storage.googleapis.com/r8-releases/raw") }
|
||||||
filter { includeModule("com.android.tools", "r8") }
|
filter { includeModule("com.android.tools", "r8") }
|
||||||
}
|
}
|
||||||
|
exclusiveContent {
|
||||||
|
forRepository { maven("https://androidx.dev/storage/compose-compiler/repository") }
|
||||||
|
filter { includeGroup("androidx.compose.compiler") }
|
||||||
|
}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue