Skip to content

Commit

Permalink
Merge pull request #31 from sczerwinski/feature/Kotlin_1.4.30
Browse files Browse the repository at this point in the history
Bump Kotlin to 1.4.30
  • Loading branch information
sczerwinski authored Feb 3, 2021
2 parents 90b66ee + 4e3838c commit 5dde441
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Changed
- Upgrade Gradle to 6.8
- Dependencies:
- Upgrade Kotlin to `1.4.30`
- Upgrade Android Gradle Plugin to `4.1.2`

## [1.1.0-BETA1]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.21-2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30")
classpath("com.android.tools.build:gradle:4.1.2")
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.7.0.0")
}
Expand Down
10 changes: 5 additions & 5 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}

dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.21")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30")
}
}

Expand All @@ -23,10 +23,10 @@ repositories {
}

dependencies {
implementation("com.android.tools.build:gradle:4.1.1")
implementation("com.android.tools.build:gradle-api:4.1.1")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.21")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.21")
implementation("com.android.tools.build:gradle:4.1.2")
implementation("com.android.tools.build:gradle-api:4.1.2")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30")
implementation("org.jetbrains.dokka:dokka-core:1.4.20")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.4.20")
}

0 comments on commit 5dde441

Please sign in to comment.