Skip to content

Commit

Permalink
fix: update kotlin monorepo to v1.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 6, 2024
1 parent fa2f35a commit 5719c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'jp.wasabeef.ua.client_hints'
version '1.3.0'

buildscript {
ext.kotlin_version = '1.9.10'
ext.kotlin_version = '1.9.24'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.9.10'
ext.kotlin_version = '1.9.24'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 5719c0e

Please sign in to comment.