Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-gradle-plugin in /android-refimpl-app
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.23 to 1.9.24.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v1.9.24)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and zoff99 committed May 13, 2024
1 parent e4aea35 commit c07f548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-refimpl-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:4.0.0'

classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24"

// used to generate a POM file
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
Expand Down

0 comments on commit c07f548

Please sign in to comment.