Skip to content

Commit

Permalink
bump Kotlin version to 1.9.20 in example apps
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 22, 2023
1 parent 3379ff9 commit af1db7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/patrol/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group "pl.leancode.patrol"
version "1.0-SNAPSHOT"

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

0 comments on commit af1db7c

Please sign in to comment.