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:
parent
83524c0541
commit
be3312e47d
@ -230,8 +230,8 @@ dependencies {
|
|||||||
extractJNI(files(rnAAR, jscAAR, reaAAR))
|
extractJNI(files(rnAAR, jscAAR, reaAAR))
|
||||||
|
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.5.0"
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.5.2"
|
||||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0"
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2"
|
||||||
|
|
||||||
implementation "androidx.camera:camera-core:1.1.0-alpha08"
|
implementation "androidx.camera:camera-core:1.1.0-alpha08"
|
||||||
implementation "androidx.camera:camera-camera2:1.1.0-alpha08"
|
implementation "androidx.camera:camera-camera2:1.1.0-alpha08"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#Fri Feb 19 20:46:14 CET 2021
|
#Fri Feb 19 20:46:14 CET 2021
|
||||||
VisionCamera_buildToolsVersion=30.0.0
|
VisionCamera_buildToolsVersion=30.0.0
|
||||||
VisionCamera_compileSdkVersion=30
|
VisionCamera_compileSdkVersion=30
|
||||||
VisionCamera_kotlinVersion=1.5.0
|
VisionCamera_kotlinVersion=1.5.30
|
||||||
VisionCamera_targetSdkVersion=30
|
VisionCamera_targetSdkVersion=30
|
||||||
VisionCamera_ndkVersion=20.1.5948944
|
VisionCamera_ndkVersion=20.1.5948944
|
||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
|
@ -120,7 +120,7 @@ def jscFlavor = 'org.webkit:android-jsc:+'
|
|||||||
* on project.ext.react, JavaScript will not be compiled to Hermes Bytecode
|
* on project.ext.react, JavaScript will not be compiled to Hermes Bytecode
|
||||||
* and the benefits of using Hermes will therefore be sharply reduced.
|
* 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 {
|
android {
|
||||||
ndkVersion rootProject.ext.ndkVersion
|
ndkVersion rootProject.ext.ndkVersion
|
||||||
|
Loading…
Reference in New Issue
Block a user