File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src-native/android/ui-camera Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,14 @@ artifacts {
104104
105105
106106dependencies {
107- api(name :' widgets-release' , ext :' aar' )
107+ implementation project(' :widgets-release' )
108+ // api(name:'widgets-release', ext:'aar')
108109
109110 implementation " androidx.annotation:annotation:1.1.0"
110111 // implementation(name:'ui_cameraview', ext:'aar')
111112
112- def cameraxVersion = project. hasProperty(" cameraxVersion" ) ? project. cameraxVersion : " 1.2.3"
113+ def cameraxVersion = project. hasProperty(" cameraxVersion" ) ? project. cameraxVersion : " 1.4.0-alpha02"
114+ println (" cameraxVersion $cameraxVersion " )
113115 implementation " androidx.camera:camera-core:${ cameraxVersion} "
114116 implementation " androidx.camera:camera-camera2:${ cameraxVersion} "
115117 implementation " androidx.camera:camera-lifecycle:${ cameraxVersion} "
You can’t perform that action at this time.
0 commit comments