Skip to content

Commit

Permalink
Merge pull request #99 from LibrePhotos/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
Update kotlin monorepo to v1.9.20
  • Loading branch information
derneuere authored Nov 4, 2023
2 parents e85e589 + c5f7ec0 commit 85f828b
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 85f828b

Please sign in to comment.