File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 33 androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.7.1'
44 androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.3.0'
55 androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.7.0'
6+ kotlinxCoroutinesVersion = project. hasProperty(' kotlinxCoroutinesVersion' ) ? rootProject. ext. kotlinxCoroutinesVersion : ' 1.10.2'
67}
78
89buildscript {
@@ -62,8 +63,8 @@ dependencies {
6263 implementation project(' :capacitor-android' )
6364 implementation " androidx.appcompat:appcompat:$androidxAppCompatVersion "
6465 implementation ' androidx.activity:activity-ktx:1.11.0'
65- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2 '
66- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 '
66+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:$k otlinxCoroutinesVersion "
67+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$k otlinxCoroutinesVersion "
6768 implementation ' com.google.zxing:core:3.5.3'
6869 implementation ' com.google.mlkit:barcode-scanning:17.3.0'
6970 implementation ' androidx.camera:camera-camera2:1.5.1'
You can’t perform that action at this time.
0 commit comments