wear: fix jetifier aar libs
This commit is contained in:
parent
fcd75c35d6
commit
296dbc0659
BIN
libraries/libs/hellocharts-library-1.5.8.aar
Normal file
BIN
libraries/libs/hellocharts-library-1.5.8.aar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue