1
1
[versions ]
2
2
androidCoreDesugaring = " 2.0.3"
3
- androidGradlePlugin = " 8.1.1 "
3
+ androidGradlePlugin = " 8.1.4 "
4
4
androidCompileSdk = " 34"
5
5
androidMinSdk = " 21"
6
6
androidTargetSdk = " 33"
7
- androidx-activity = " 1.7.2 "
7
+ androidx-activity = " 1.8.1 "
8
8
androidx-appcompat = " 1.6.1"
9
- androidx-camera = " 1.3.0-rc01 "
9
+ androidx-camera = " 1.3.0"
10
10
androidx-core = " 1.12.0"
11
- constraintLayout = " 2.1.4"
12
- google-zxing = " 3.5.0 "
11
+ androidx- constraintLayout = " 2.1.4"
12
+ android-material = " 1.11.0-rc01 "
13
13
kotlin = " 1.9.10"
14
- materialDesign = " 1.11.0-alpha02 "
14
+ zxing-core = " 3.5.2 "
15
15
16
16
[libraries ]
17
17
androidx-activityktx = { module = " androidx.activity:activity-ktx" , version.ref = " androidx-activity" }
@@ -20,10 +20,10 @@ androidx-camera-core = { module = "androidx.camera:camera-core", version.ref = "
20
20
androidx-camera-camera2 = { module = " androidx.camera:camera-camera2" , version.ref = " androidx-camera" }
21
21
androidx-camera-lifecycle = { module = " androidx.camera:camera-lifecycle" , version.ref = " androidx-camera" }
22
22
androidx-camera-view = { module = " androidx.camera:camera-view" , version.ref = " androidx-camera" }
23
- androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version.ref = " constraintLayout" }
23
+ androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version.ref = " androidx- constraintLayout" }
24
24
androidx-core = { module = " androidx.core:core-ktx" , version.ref = " androidx-core" }
25
- google -material = { module = " com.google.android.material:material" , version.ref = " materialDesign " }
26
- google- zxing = { module = " com.google.zxing:core" , version.ref = " google- zxing" }
25
+ android -material = { module = " com.google.android.material:material" , version.ref = " android-material " }
26
+ zxing-core = { module = " com.google.zxing:core" , version.ref = " zxing-core " }
27
27
28
28
[plugins ]
29
29
android-application = { id = " com.android.application" , version.ref = " androidGradlePlugin" }
0 commit comments