Skip to content

Commit

Permalink
Merge pull request #496 from cvzi/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
Update kotlin monorepo to v1.9.23
  • Loading branch information
cvzi authored Mar 7, 2024
2 parents 0c270a5 + fe5a5e2 commit c2eb645
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.22')
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.9.23')
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0'
implementation 'androidx.annotation:annotation:1.7.1'
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.3.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
id 'org.sonarqube' version '4.4.1.3373' apply true
}

Expand Down

0 comments on commit c2eb645

Please sign in to comment.