Skip to content

Commit

Permalink
Use published library
Browse files Browse the repository at this point in the history
  • Loading branch information
jpelgrom committed Oct 10, 2024
1 parent 16da495 commit bfe24bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ dependencies {
implementation(libs.changeLog)

implementation(libs.zxing)
implementation(files("libs/improv-sdk-snapshot.aar")) // TODO fix me
implementation(libs.improv)

implementation(libs.car.core)
"fullImplementation"(libs.car.projected)
Expand Down
Binary file removed app/libs/improv-sdk-snapshot.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion automotive/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ dependencies {
implementation(libs.changeLog)

implementation(libs.zxing)
implementation(files("../app/libs/improv-sdk-snapshot.aar")) // TODO fix me
implementation(libs.improv)

implementation(libs.car.core)
implementation(libs.car.automotive)
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ guava = "33.3.1-android"
healthServicesClient = "1.0.0-rc02"
hilt = "2.52"
iconics = "5.4.0"
improv = "0.1.1"
jackson-module-kotlin = "2.13.5"
javaVersion = "11"
kotlinx-coroutines = "1.9.0"
Expand Down Expand Up @@ -129,6 +130,7 @@ horologist-composables = { module = "com.google.android.horologist:horologist-co
horologist-layout = { module = "com.google.android.horologist:horologist-compose-layout", version.ref = "horologist" }
iconics-compose = { module = "com.mikepenz:iconics-compose", version.ref = "iconics" }
iconics-core = { module = "com.mikepenz:iconics-core", version.ref = "iconics" }
improv = { module = "org.openhomefoundation.improv-wifi:sdk-android", version.ref = "improv" }
jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version.ref = "jackson-module-kotlin" }
kotlinx-coroutines-guava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "kotlinx-coroutines" }
kotlinx-coroutines-play-services = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-play-services", version.ref = "kotlinx-coroutines" }
Expand Down

0 comments on commit bfe24bf

Please sign in to comment.