Skip to content

Commit

Permalink
feat(android): bump up kotlinVersion to 1.6.0 (#2592)
Browse files Browse the repository at this point in the history
Fixes the error "Module was compiled with an incompatible version of Kotlin"

fix #2578

Co-authored-by: Jamon Holmgren <jamonholmgren@gmail.com>
  • Loading branch information
craftzdog and jamonholmgren committed Jul 25, 2022
1 parent 2f47372 commit b850d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ReactNativeWebView_kotlinVersion=1.3.50
ReactNativeWebView_kotlinVersion=1.6.0
ReactNativeWebView_webkitVersion=1.4.0
ReactNativeWebView_compileSdkVersion=29
ReactNativeWebView_buildToolsVersion=29.0.3
ReactNativeWebView_targetSdkVersion=28
ReactNativeWebView_minSdkVersion=21
ReactNativeWebView_minSdkVersion=21

0 comments on commit b850d1d

Please sign in to comment.