File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ There are two ways to add the libraries into your project - **Manually** and **M
100100 ``` groovy
101101 dependencies {
102102 implementation fileTree(dir: 'libs', include: ['*.aar'])
103- def camerax_version = '1.3.4 '
103+ def camerax_version = '1.4.2 '
104104 implementation "androidx.camera:camera-core:$camerax_version"
105105 implementation "androidx.camera:camera-camera2:$camerax_version"
106106 implementation "androidx.camera:camera-lifecycle:$camerax_version"
@@ -109,14 +109,13 @@ There are two ways to add the libraries into your project - **Manually** and **M
109109 ```
110110 2 .
111111 ``` kotlin
112- val camerax_version = " 1.3.4 "
112+ val camerax_version = " 1.4.2 "
113113 dependencies {
114114 implementation(fileTree(mapOf (" dir" to " libs" , " include" to listOf (" *.aar" ))))
115115 implementation(" androidx.camera:camera-core:$camerax_version " )
116116 implementation(" androidx.camera:camera-camera2:$camerax_version " )
117117 implementation(" androidx.camera:camera-lifecycle:$camerax_version " )
118118 implementation(" androidx.camera:camera-view:$camerax_version " )
119- implementation(platform(" org.jetbrains.kotlin:kotlin-bom:1.8.0" ))
120119 }
121120 ```
122121
Original file line number Diff line number Diff line change @@ -94,24 +94,22 @@ pageStartVer: 10.0
9494 ``` groovy
9595 dependencies {
9696 implementation fileTree(dir: 'libs', include: ['*.aar'])
97- def camerax_version = '1.3.4 '
97+ def camerax_version = '1.4.2 '
9898 implementation "androidx.camera:camera-core:$camerax_version"
9999 implementation "androidx.camera:camera-camera2:$camerax_version"
100100 implementation "androidx.camera:camera-lifecycle:$camerax_version"
101101 implementation "androidx.camera:camera-view:$camerax_version"
102- implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
103102 }
104103 ```
105104 2 .
106105 ``` kotlin
107- val camerax_version = " 1.3.4 "
106+ val camerax_version = " 1.4.2 "
108107 dependencies {
109108 implementation(fileTree(mapOf (" dir" to " libs" , " include" to listOf (" *.aar" ))))
110109 implementation(" androidx.camera:camera-core:$camerax_version " )
111110 implementation(" androidx.camera:camera-camera2:$camerax_version " )
112111 implementation(" androidx.camera:camera-lifecycle:$camerax_version " )
113112 implementation(" androidx.camera:camera-view:$camerax_version " )
114- implementation(platform(" org.jetbrains.kotlin:kotlin-bom:1.8.0" ))
115113 }
116114 ```
117115
Original file line number Diff line number Diff line change @@ -109,24 +109,22 @@ There are two ways in which you can include the `dynamsoftbarcodereaderbundle` l
109109 ``` groovy
110110 dependencies {
111111 implementation fileTree(dir: 'libs', include: ['*.aar'])
112- def camerax_version = '1.3.4 '
112+ def camerax_version = '1.4.2 '
113113 implementation "androidx.camera:camera-core:$camerax_version"
114114 implementation "androidx.camera:camera-camera2:$camerax_version"
115115 implementation "androidx.camera:camera-lifecycle:$camerax_version"
116116 implementation "androidx.camera:camera-view:$camerax_version"
117- implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
118117 }
119118 ```
120119 2 .
121120 ``` kotlin
122- val camerax_version = " 1.3.4 "
121+ val camerax_version = " 1.4.2 "
123122 dependencies {
124123 implementation(fileTree(mapOf (" dir" to " libs" , " include" to listOf (" *.aar" ))))
125124 implementation(" androidx.camera:camera-core:$camerax_version " )
126125 implementation(" androidx.camera:camera-camera2:$camerax_version " )
127126 implementation(" androidx.camera:camera-lifecycle:$camerax_version " )
128127 implementation(" androidx.camera:camera-view:$camerax_version " )
129- implementation(platform(" org.jetbrains.kotlin:kotlin-bom:1.8.0" ))
130128 }
131129 ```
132130
You can’t perform that action at this time.
0 commit comments