Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Downgrade to Kotlin 1.4.20
Browse files Browse the repository at this point in the history
1.4.30 breaks deployment
  • Loading branch information
svenjacobs committed Feb 8, 2021
1 parent a15cba3 commit 19c0018
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _2021-02-08_

This is a maintenance release, just updating a few dependencies:

* Kotlin 1.4.30
* Kotlin 1.4.20
* Android Gradle Plugin 4.1.2
* Android build tools 30.0.3

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.20")
implementation("com.android.tools.build:gradle:4.1.2")
implementation("de.mannodermaus.gradle.plugins:android-junit5:1.7.0.0")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:0.9.18")
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Versions {
const val androidXLifecycle = "2.2.0"
const val gradleVersionsPlugin = "0.36.0"
const val kluent = "1.65"
const val kotlin = "1.4.30"
const val kotlin = "1.4.20"
const val spek = "2.0.15"
}

Expand Down

0 comments on commit 19c0018

Please sign in to comment.