wear: fix jetifier aar libs

This commit is contained in:
Andries Smit 2022-11-12 20:26:23 +01:00
parent fcd75c35d6
commit 296dbc0659
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(files("${rootProject.rootDir}/libraries/libs/ustwo-clockwise-debug.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-android:$coroutines_version"