Skip to content

Commit

Permalink
ci(*): bump the kotlin version up
Browse files Browse the repository at this point in the history
  • Loading branch information
pokk committed Jan 9, 2023
1 parent 16d438e commit 6d17319
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:8.0.0-alpha09")
classpath("com.android.tools.build:gradle:8.0.0-alpha11")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath(coreLibs.bundles.gradle.bom)
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ repositories {
}

dependencies {
implementation("com.android.tools.build:gradle:8.0.0-alpha09")
implementation(kotlin("gradle-plugin", "1.8.0-RC"))
implementation("com.android.tools.build:gradle:8.0.0-alpha11")
implementation(kotlin("gradle-plugin", "1.8.0"))
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0")
implementation("com.github.ben-manes:gradle-versions-plugin:0.44.0")
implementation("com.pinterest:ktlint:0.48.0")
Expand Down
4 changes: 2 additions & 2 deletions gradle/core-libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
# Define the dependency versions
kotlin = "1.8.0-RC"
kotlin = "1.8.0"
kotlin-coroutine = "1.6.4"
kotlin-datetime = "0.4.0"
# classpath
safeargs = "2.6.0-alpha03"
googleservice = "4.3.14"
crashlytics = "2.9.2"
performance = "1.4.2"
ksp = "1.8.0-RC-1.0.8"
ksp = "1.8.0-1.0.8"

[libraries]
# Kotlin
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
#
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-milestone-5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 6d17319

Please sign in to comment.