File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 15
15
"matchDatasources" : [" maven" ],
16
16
"matchPackagePrefixes" : [" com.android." ]
17
17
},
18
+ {
19
+ "groupName" : " Android CameraX" ,
20
+ "matchDatasources" : [" maven" ],
21
+ "matchPackagePrefixes" : [" androidx.camera" ]
22
+ },
18
23
{
19
24
"groupName" : " Kotlin" ,
20
25
"matchDatasources" : [" maven" ],
Original file line number Diff line number Diff line change 34
34
*/
35
35
libraries = [
36
36
androidAppCompat : " androidx.appcompat:appcompat:1.4.2" ,
37
- androidCamera : " androidx.camera:camera-camera2:1.2.0-beta01 " ,
38
- androidCameraMlKitVision : " androidx.camera:camera-mlkit-vision:1.2.0-beta01 " ,
37
+ androidCamera : " androidx.camera:camera-camera2:1.2.0-beta02 " ,
38
+ androidCameraMlKitVision : " androidx.camera:camera-mlkit-vision:1.2.0-beta02 " ,
39
39
androidCoreKotlinExtensions : " androidx.core:core-ktx:1.8.0" ,
40
40
androidEspressoCore : " androidx.test.espresso:espresso-core:3.4.0" ,
41
41
androidJUnit : " androidx.test.ext:junit:1.1.3" ,
You can’t perform that action at this time.
0 commit comments