Skip to content

Commit

Permalink
Release bumps for 0.5.x (#2154)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke authored Mar 21, 2024
1 parent 1873f19 commit 4949b5e
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 30 deletions.
2 changes: 1 addition & 1 deletion ai/sample/wear-gemini/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ dependencies {
releaseCompileOnly(projects.composeTools)

testImplementation(libs.androidx.navigation.testing)
testImplementation(libs.androidx.test.espressocore)
testImplementation(libs.espresso.core)
testImplementation(libs.compose.ui.test)
testImplementation(libs.compose.ui.test.junit4)
testImplementation(libs.junit)
Expand Down
2 changes: 1 addition & 1 deletion ai/sample/wear-prompt-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ dependencies {
releaseCompileOnly(projects.composeTools)

testImplementation(libs.androidx.navigation.testing)
testImplementation(libs.androidx.test.espressocore)
testImplementation(libs.espresso.core)
testImplementation(libs.compose.ui.test)
testImplementation(libs.compose.ui.test.junit4)
testImplementation(libs.junit)
Expand Down
2 changes: 1 addition & 1 deletion auth/sample/wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dependencies {
releaseCompileOnly(projects.composeTools)

testImplementation(libs.androidx.navigation.testing)
testImplementation(libs.androidx.test.espressocore)
testImplementation(libs.espresso.core)
testImplementation(libs.compose.ui.test)
testImplementation(libs.compose.ui.test.junit4)
testImplementation(libs.junit)
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ buildscript {
}

dependencies {
classpath(libs.android.tools.build.gradle)
classpath(libs.android.gradlePlugin)
classpath(libs.kotlin.gradlePlugin)

Expand Down
2 changes: 1 addition & 1 deletion datalayer/phone-ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dependencies {
testImplementation(libs.junit)

androidTestImplementation(libs.androidx.test.ext)
androidTestImplementation(libs.androidx.test.espressocore)
androidTestImplementation(libs.espresso.core)
}

dependencyAnalysis {
Expand Down
2 changes: 1 addition & 1 deletion datalayer/sample/wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ dependencies {
coreLibraryDesugaring(libs.android.desugar)

testImplementation(libs.androidx.navigation.testing)
testImplementation(libs.androidx.test.espressocore)
testImplementation(libs.espresso.core)
testImplementation(libs.compose.ui.test)
testImplementation(libs.compose.ui.test.junit4)
testImplementation(libs.junit)
Expand Down
36 changes: 17 additions & 19 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ accompanist = "0.34.0"
androidx-benchmark = "1.2.3"
androidx-complications-data = "1.2.1"
androidx-constraintlayout-compose = "1.0.1"
androidx-compose-material = "1.6.3"
androidx-compose-material = "1.6.4"
androidx-concurrent = "1.1.0"
androidx-datastore = "1.0.0"
androidx-health-services = "1.0.0-rc01"
Expand All @@ -28,36 +28,36 @@ androidxWork = "2.9.0"
androidxprotolayout = "1.1.0"
androidxtiles = "1.3.0"
annotation = "1.0.1"
app-cash-turbine = "1.0.0"
app-cash-turbine = "1.1.0"
com-squareup-okhttp3 = "4.12.0"
com-squareup-retrofit2 = "2.9.0"
compose = "1.6.3"
com-squareup-retrofit2 = "2.10.0"
compose = "1.6.4"
compose-compiler = "1.5.6"
compose-material3 = "1.2.1"
composesnapshot = "-"
dependencyAnalysis = "1.28.0"
dokka = "1.9.10"
googledagger = "2.50"
dependencyAnalysis = "1.30.0"
dokka = "1.9.20"
googledagger = "2.51"
gradlePlugin = "8.2.2"
gradlePublishPlugin = "0.27.0"
io-coil-kt = "2.5.0"
gradlePublishPlugin = "0.28.0"
io-coil-kt = "2.6.0"
junit = "4.13.2"
kotlin = "1.9.21"
kotlinxCoroutine = "1.8.0"
ksp = "1.9.21-1.0.16"
ktlint = "0.50.0"
metalava = "0.3.5"
moshi = "1.15.1"
okio = "3.8.0"
okio = "3.9.0"
org-robolectric = "4.11.1"
playServicesAuth = "21.0.0"
protobuf = "3.25.2"
protobuf = "4.26.0"
roborazzi = "1.11.0"
room = "2.6.1"
runtimeTracing = "1.0.0-beta01"
snapshot-android = "1.0.4"
spotless = "6.25.0"
truth = "1.4.0"
truth = "1.4.2"
wearcompose = "1.3.0"
wearToolingPreview = "1.0.0"
appcompat = "1.6.1"
Expand All @@ -67,7 +67,6 @@ wearInput = "1.2.0-alpha02"
[libraries]
accompanist-testharness = { module = "com.google.accompanist:accompanist-testharness", version.ref = "accompanist" }
android-gradlePlugin = { module = "com.android.tools.build:gradle", version.ref = "gradlePlugin" }
android-tools-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "gradlePlugin" }
android-desugar = "com.android.tools:desugar_jdk_libs:2.0.4"
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidxActivity" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
Expand Down Expand Up @@ -117,7 +116,6 @@ androidx-palette-ktx = "androidx.palette:palette-ktx:1.0.0"
androidx-runtime-tracing = { module = "androidx.compose.runtime:runtime-tracing", version.ref = "runtimeTracing" }
androidx-startup = { module = "androidx.startup:startup-runtime", version.ref = "androidxStartup" }
androidx-test-runner = { group = "androidx.test", name = "runner", version.ref = "androidx-test-runner" }
androidx-test-espressocore = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso" }
androidx-test-ext = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext" }
androidx-test-ext-ktx = { module = "androidx.test.ext:junit-ktx", version.ref = "androidx-test-ext" }
androidx-test-rules = "androidx.test:rules:1.5.0"
Expand All @@ -142,7 +140,7 @@ coil-svg = { module = "io.coil-kt:coil-svg", version.ref = "io-coil-kt" }
com-squareup-okhttp3-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "com-squareup-okhttp3" }
com-squareup-okhttp3-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "com-squareup-okhttp3" }
com-squareup-okhttp3-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "com-squareup-okhttp3" }
compose-bom = "androidx.compose:compose-bom:2024.02.02"
compose-bom = "androidx.compose:compose-bom:2024.03.00"
compose-foundation-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "androidx-compose-material" }
compose-foundation-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "androidx-compose-material" }
compose-material-iconscore = { module = "androidx.compose.material:material-icons-core", version.ref = "androidx-compose-material" }
Expand Down Expand Up @@ -170,11 +168,11 @@ gradleMavenPublishPlugin = { module = "com.vanniktech:gradle-maven-publish-plugi
hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "androidx-hilt" }
hilt-ext-work = { module = "androidx.hilt:hilt-work", version.ref = "androidx-hilt" }
hilt-navigationcompose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "androidx-hilt" }
io-grpc-protobuf-lite = "io.grpc:grpc-protobuf-lite:1.61.1"
io-grpc-protobuf-lite = "io.grpc:grpc-protobuf-lite:1.62.2"
io-grpc-grpc-kotlin = "io.grpc:grpc-kotlin-stub:1.4.1"
io-grpc-grpc-android = "io.grpc:grpc-android:1.61.1"
io-grpc-grpc-binder = "io.grpc:grpc-binder:1.61.1"
google-generativeai = "com.google.ai.client.generativeai:generativeai:0.2.1"
io-grpc-grpc-android = "io.grpc:grpc-android:1.62.2"
io-grpc-grpc-binder = "io.grpc:grpc-binder:1.62.2"
google-generativeai = "com.google.ai.client.generativeai:generativeai:0.2.2"
junit = { module = "junit:junit", version.ref = "junit" }
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ abstract class BaseContainerTest {
var hiltRule = HiltAndroidRule(this)

@Inject
protected lateinit var audioOffloadManager: AudioOffloadManager
lateinit var audioOffloadManager: AudioOffloadManager

@Inject
protected lateinit var audioOutputRepository: SystemAudioRepository
lateinit var audioOutputRepository: SystemAudioRepository

@Inject
protected lateinit var notificationManager: NotificationManager
lateinit var notificationManager: NotificationManager

@Inject
protected lateinit var downloadCache: Cache
lateinit var downloadCache: Cache

@Inject
protected lateinit var appConfig: AppConfig
lateinit var appConfig: AppConfig

protected lateinit var device: UiDevice

Expand Down

0 comments on commit 4949b5e

Please sign in to comment.