Merge pull request #2199 from Andries-Smit/fix/wear-jetifier

This commit is contained in:
Milos Kozak 2022-11-13 09:43:26 +01:00 committed by GitHub
commit dbc7b73336
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -114,7 +114,7 @@ dependencies {
implementation "com.google.android.gms:play-services-wearable:$play_services_wearable_version" implementation "com.google.android.gms:play-services-wearable:$play_services_wearable_version"
implementation(files("${rootProject.rootDir}/libraries/libs/ustwo-clockwise-debug.aar")) implementation(files("${rootProject.rootDir}/libraries/libs/ustwo-clockwise-debug.aar"))
implementation(files("${rootProject.rootDir}/libraries/libs/wearpreferenceactivity-0.5.0.aar")) implementation(files("${rootProject.rootDir}/libraries/libs/wearpreferenceactivity-0.5.0.aar"))
implementation('com.github.lecho:hellocharts-library:1.5.8@aar') implementation(files("${rootProject.rootDir}/libraries/libs/hellocharts-library-1.5.8.aar"))
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"