Selaa lähdekoodia

fix(build): Android build errors when using Gradle 6.0 (#1037)

* Fix Android build errors when using Gradle 6.0

* Update gradle.properties

* Remove newline at end of file

* newline
Conner Owen 4 vuotta sitten
vanhempi
commit
5b0c634f15
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      android/gradle.properties

+ 1
- 1
android/gradle.properties Näytä tiedosto

@@ -1,4 +1,4 @@
1
-ReactNativeWebView_kotlinVersion=1.3.11
1
+ReactNativeWebView_kotlinVersion=1.3.50
2 2
 ReactNativeWebView_compileSdkVersion=28
3 3
 ReactNativeWebView_buildToolsVersion=28.0.3
4 4
 ReactNativeWebView_targetSdkVersion=28