Skip to content

Commit 0b4ee29

Browse files
committed
Release 2.10.0: Fixed mistake
1 parent 2484d5c commit 0b4ee29

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app-dynamic/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ dependencies {
8989
implementation(libs.androidx.constraintlayout)
9090
implementation(libs.androidx.core.ktx)
9191
implementation(libs.google.material)
92+
implementation(libs.kotlinx.coroutines.core)
9293

9394
testImplementation(libs.junit)
9495
androidTestImplementation(libs.androidx.junit)

dynamic_sdk/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ dependencies {
3737
// To build with the release dependencies, you need use the LIVE repository in settings.gradle
3838
releaseImplementation(libs.pos.mobile.release)
3939

40-
implementation(libs.kotlinx.coroutines.core)
4140
implementation(libs.androidx.core.ktx)
4241
implementation(libs.androidx.appcompat)
4342
implementation(libs.google.material)

0 commit comments

Comments
 (0)