Skip to content

Commit

Permalink
Fix Kotlin version preventing build on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
amantoux committed Dec 5, 2023
1 parent 23422a2 commit abc93ae
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 abc93ae

Please sign in to comment.