Skip to content

Commit e1b4939

Browse files
Bump org.jetbrains.kotlin:kotlin-stdlib-jdk7 in /android (#198)
Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk7](https://github.com/JetBrains/kotlin) from 1.8.21 to 2.0.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.21...v2.0.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f302912 commit e1b4939

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Žandroid/code-samples/ARPlacingObjects/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ dependencies {
5959
}
6060
implementation 'com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7'
6161
implementation "androidx.core:core-ktx:1.10.1"
62-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.0"
62+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.20"
6363
}

β€Žandroid/memoryleaktest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ dependencies {
6767
implementation 'com.google.ar:core:1.45.0'
6868
implementation "androidx.appcompat:appcompat:1.0.0"
6969
implementation "androidx.core:core-ktx:1.8.0"
70-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21"
70+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.20"
7171
}

β€Žandroid/releasetest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ dependencies {
9797
transitive = false
9898
}
9999
implementation "androidx.core:core-ktx:1.8.0"
100-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21"
100+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.20"
101101
}

0 commit comments

Comments
Β (0)