Upgraded kotlinx-coroutines-android version
This commit is contained in:
@ -13,13 +13,13 @@ android {
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
cFlags '-DHAVE_INTTYPES_H'
|
||||
version '3.18.1'
|
||||
version '3.18.1'
|
||||
}
|
||||
}
|
||||
ndk {
|
||||
abiFilters 'armeabi-v7a', 'arm64-v8a'
|
||||
}
|
||||
lintOptions {
|
||||
lintOptions {
|
||||
checkDependencies true
|
||||
}
|
||||
}
|
||||
@ -60,7 +60,7 @@ dependencies {
|
||||
implementation "androidx.preference:preference-ktx:1.1.1"
|
||||
implementation "androidx.exifinterface:exifinterface:1.3.3"
|
||||
implementation "androidx.core:core-ktx:1.7.0"
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0-native-mt'
|
||||
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
|
||||
implementation "androidx.activity:activity-ktx:1.4.0"
|
||||
implementation "androidx.fragment:fragment-ktx:1.4.0"
|
||||
|
||||
Reference in New Issue
Block a user