File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
_includes/sidelist-programming Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 256256 < li lang ="android "> < a href ="{{ site.dcvb_android_api }}utility/file-fetcher.html " class ="otherLinkColour "> FileFetcher</ a > </ li >
257257 < li lang ="android "> < a href ="{{ site.dcvb_android_api }}utility/image-drawer.html " class ="otherLinkColour "> ImageDrawer</ a > </ li >
258258 < li lang ="android "> < a href ="{{ site.dcvb_android_api }}utility/image-io.html " class ="otherLinkColour "> ImageIO</ a > </ li >
259- < li lang ="android "> < a href ="{{ site.dcvb_android_api }}utility/image-processer .html " class ="otherLinkColour "> ImageProcessor</ a > </ li >
259+ < li lang ="android "> < a href ="{{ site.dcvb_android_api }}utility/image-processor .html " class ="otherLinkColour "> ImageProcessor</ a > </ li >
260260 < li lang ="android "> < a href ="{{ site.dcvb_android_api }}utility/multi-frame-result-cross-filter.html " class ="otherLinkColour "> MultiFrameResultCrossFilter</ a > </ li >
261261 < li lang ="android "> < a href ="{{ site.dcvb_android_api }}utility/proactive-image-source-adapter.html " class ="otherLinkColour "> ProactiveImageSourceAdapter</ a > </ li >
262262 < li lang ="android "> < a href ="{{ site.dcvb_android_api }}utility/utility-exception.html " class ="otherLinkColour "> UtilityException</ a > </ li >
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ pageStartVer: 10.0
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"))
102103 }
103104 ```
104105 2 .
@@ -110,6 +111,7 @@ pageStartVer: 10.0
110111 implementation(" androidx.camera:camera-camera2:$camerax_version " )
111112 implementation(" androidx.camera:camera-lifecycle:$camerax_version " )
112113 implementation(" androidx.camera:camera-view:$camerax_version " )
114+ implementation(platform(" org.jetbrains.kotlin:kotlin-bom:1.8.0" ))
113115 }
114116 ```
115117
You can’t perform that action at this time.
0 commit comments