chore: Upgrade kotlinx-coroutines 1.5.0 -> 1.5.2 (#450)

* chore: Upgrade kotlinx-coroutines 1.5.0 -> 1.5.2

* Upgrade `kotlinVersion` to 1.5.30
This commit is contained in:
Marc Rousavy
2021-09-23 14:22:11 +02:00
committed by GitHub
parent 83524c0541
commit be3312e47d
3 changed files with 4 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ def jscFlavor = 'org.webkit:android-jsc:+'
* on project.ext.react, JavaScript will not be compiled to Hermes Bytecode
* and the benefits of using Hermes will therefore be sharply reduced.
*/
def enableHermes = project.ext.react.get("enableHermes", false);
def enableHermes = project.ext.react.get("enableHermes", false)
android {
ndkVersion rootProject.ext.ndkVersion