Skip to content

Commit

Permalink
Fix Kotlin version preventing build of example on Android (#183)
Browse files Browse the repository at this point in the history
Fix Kotlin version preventing build on Android
  • Loading branch information
amantoux authored Dec 5, 2023
1 parent 23422a2 commit 9f145bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fleather/example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.9.21'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 9f145bd

Please sign in to comment.