Skip to content

Commit

Permalink
Update kotlin monorepo to v1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and cvzi committed Oct 30, 2023
1 parent b861672 commit 71423c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.9.10')
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.9.20')
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
implementation 'androidx.annotation:annotation:1.7.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.1.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
id 'org.jetbrains.kotlin.android' version '1.9.20' apply false
id 'org.sonarqube' version '4.4.1.3373' apply true
}

Expand Down

0 comments on commit 71423c2

Please sign in to comment.