@@ -190,9 +190,9 @@ dependencies {
190
190
implementation(" androidx.interpolator:interpolator:1.0.0" )
191
191
implementation(" androidx.gridlayout:gridlayout:1.0.0" )
192
192
// CameraX: https://developer.android.com/jetpack/androidx/releases/camera
193
- implementation(" androidx.camera:camera-camera2:1.1.0-alpha12 " )
194
- implementation(" androidx.camera:camera-lifecycle:1.1.0-alpha12 " )
195
- implementation(" androidx.camera:camera-view:1.0 .0-alpha32 " )
193
+ implementation(" androidx.camera:camera-camera2:1.1.0-beta01 " )
194
+ implementation(" androidx.camera:camera-lifecycle:1.1.0-beta01 " )
195
+ implementation(" androidx.camera:camera-view:1.1 .0-beta01 " )
196
196
// Google Play Services: https://developers.google.com/android/guides/releases
197
197
implementation(" com.google.android.gms:play-services-base:17.6.0" )
198
198
implementation(" com.google.android.gms:play-services-basement:17.6.0" )
@@ -206,13 +206,13 @@ dependencies {
206
206
exclude(group = " com.google.firebase" , module = " firebase-measurement-connector" )
207
207
}
208
208
// Play Core: https://developer.android.com/reference/com/google/android/play/core/release-notes
209
- implementation(" com.google.android.play:core:1.10.2 " )
209
+ implementation(" com.google.android.play:core:1.10.3 " )
210
210
// ExoPlayer: https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md
211
- implementation(" com.google.android.exoplayer:exoplayer-core:2.16.0 " )
211
+ implementation(" com.google.android.exoplayer:exoplayer-core:2.16.1 " )
212
212
// The Checker Framework: https://checkerframework.org/CHANGELOG.md
213
- compileOnly(" org.checkerframework:checker-qual:3.19.0 " )
213
+ compileOnly(" org.checkerframework:checker-qual:3.21.1 " )
214
214
// OkHttp: https://github.com/square/okhttp/blob/master/CHANGELOG.md
215
- implementation(" com.squareup.okhttp3:okhttp:4.9.2 " )
215
+ implementation(" com.squareup.okhttp3:okhttp:4.9.3 " )
216
216
// ShortcutBadger: https://github.com/leolin310148/ShortcutBadger
217
217
implementation(" me.leolin:ShortcutBadger:1.1.22@aar" )
218
218
// ReLinker: https://github.com/KeepSafe/ReLinker/blob/master/CHANGELOG.md
0 commit comments