Skip to content

Commit

Permalink
chore(deps): bump org.jetbrains.kotlin.android from 2.0.10 to 2.0.20 …
Browse files Browse the repository at this point in the history
…in /android (#938)

* chore(deps): bump org.jetbrains.kotlin.android in /android

Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 2.0.10 to 2.0.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.10...v2.0.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update libs.versions.toml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Martinez <[email protected]>
  • Loading branch information
dependabot[bot] and Funkatronics authored Aug 26, 2024
1 parent 268a430 commit 9236e0a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
# plugin versions
androidGradlePlugin = "8.5.2"
kotlinAndroidPlugin = "2.0.10"
kotlinAndroidPlugin = "2.0.20"
nexusPublishPlugin = "2.0.0"

# library versions
Expand All @@ -26,7 +26,6 @@ espressoCore = "3.6.1"
javaWebsocket = "1.5.7"
junit = "4.13.2"
kotlinxCoroutines = "1.8.1"
kotlinTest = "2.0.10"
material = "1.12.0"
mockitoInline = "5.2.0"
mockitoKotlin = "4.1.0"
Expand Down Expand Up @@ -69,8 +68,8 @@ core-ktx = { module = "androidx.test:core-ktx", version.ref = "androidxTest" }
digital-asset-links-android = { module = "com.solanamobile:digital-asset-links-android", version.ref = "digitalAssetLinksAndroid" }
java-websocket = { module = "org.java-websocket:Java-WebSocket", version.ref = "javaWebsocket" }
junit = { module = "junit:junit", version.ref = "junit" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlinTest" }
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlinTest" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlinAndroidPlugin" }
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlinAndroidPlugin" }
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" }
material = { module = "com.google.android.material:material", version.ref = "material" }
Expand All @@ -86,4 +85,4 @@ web3-solana = { module = "com.solanamobile:web3-solana", version.ref = "web3Core
android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlinAndroidPlugin" }
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexusPublishPlugin" }
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexusPublishPlugin" }

0 comments on commit 9236e0a

Please sign in to comment.