Skip to content

Commit dfcf4af

Browse files
authored
Merge branch 'main' into av/material-adaptive-beta-01
2 parents 8f2beaf + d211352 commit dfcf4af

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

app-nia-catalog/dependencies/releaseRuntimeClasspath.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ androidx.window:window-core:1.3.0-beta02
9696
androidx.window:window:1.3.0-beta02
9797
com.google.accompanist:accompanist-drawablepainter:0.32.0
9898
com.google.code.findbugs:jsr305:3.0.2
99-
com.google.dagger:dagger-lint-aar:2.51
100-
com.google.dagger:dagger:2.51
101-
com.google.dagger:hilt-android:2.51
102-
com.google.dagger:hilt-core:2.51
99+
com.google.dagger:dagger-lint-aar:2.51.1
100+
com.google.dagger:dagger:2.51.1
101+
com.google.dagger:hilt-android:2.51.1
102+
com.google.dagger:hilt-core:2.51.1
103103
com.google.guava:listenablefuture:1.0
104104
com.squareup.okhttp3:okhttp:4.12.0
105105
com.squareup.okio:okio-jvm:3.8.0

app/dependencies/prodReleaseRuntimeClasspath.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ com.google.android.gms:play-services-oss-licenses:17.0.1
157157
com.google.android.gms:play-services-stats:17.0.2
158158
com.google.android.gms:play-services-tasks:18.0.2
159159
com.google.code.findbugs:jsr305:3.0.2
160-
com.google.dagger:dagger-lint-aar:2.51
161-
com.google.dagger:dagger:2.51
162-
com.google.dagger:hilt-android:2.51
163-
com.google.dagger:hilt-core:2.51
160+
com.google.dagger:dagger-lint-aar:2.51.1
161+
com.google.dagger:dagger:2.51.1
162+
com.google.dagger:hilt-android:2.51.1
163+
com.google.dagger:hilt-core:2.51.1
164164
com.google.errorprone:error_prone_annotations:2.11.0
165165
com.google.firebase:firebase-abt:21.1.1
166166
com.google.firebase:firebase-analytics-ktx:21.4.0

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ androidTools = "31.4.0"
77
androidxActivity = "1.8.2"
88
androidxAppCompat = "1.6.1"
99
androidxBrowser = "1.8.0"
10-
androidxComposeAlpha = "1.7.0-alpha08"
10+
androidxComposeAlpha = "1.7.0-beta01"
1111
androidxComposeBom = "2024.02.02"
1212
androidxComposeCompiler = "1.5.12"
1313
androidxComposeMaterial3Adaptive = "1.0.0-beta01"
@@ -39,7 +39,7 @@ firebasePerfPlugin = "1.4.2"
3939
gmsPlugin = "4.4.1"
4040
googleOss = "17.0.1"
4141
googleOssPlugin = "0.10.6"
42-
hilt = "2.51"
42+
hilt = "2.51.1"
4343
hiltExt = "1.1.0"
4444
jacoco = "0.8.7"
4545
junit4 = "4.13.2"

0 commit comments

Comments
 (0)