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 Oct 31, 2023
1 parent 341d6e4 commit c5f7ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ dependencies {
implementation project(':react-native-file-access')
implementation project(':@react-native-camera-roll_camera-roll')
constraints {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10") {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.20") {
because("kotlin-stdlib-jdk7 is now a part of kotlin-stdlib")
}
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10") {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20") {
because("kotlin-stdlib-jdk8 is now a part of kotlin-stdlib")
}
}
Expand Down

0 comments on commit c5f7ec0

Please sign in to comment.