We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5b052 commit 4b39fd2Copy full SHA for 4b39fd2
programming/android/upgrade.md
@@ -99,6 +99,7 @@ pageStartVer: 10.0
99
implementation "androidx.camera:camera-camera2:$camerax_version"
100
implementation "androidx.camera:camera-lifecycle:$camerax_version"
101
implementation "androidx.camera:camera-view:$camerax_version"
102
+ implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
103
}
104
```
105
2.
@@ -110,6 +111,7 @@ pageStartVer: 10.0
110
111
implementation("androidx.camera:camera-camera2:$camerax_version")
112
implementation("androidx.camera:camera-lifecycle:$camerax_version")
113
implementation("androidx.camera:camera-view:$camerax_version")
114
115
116
117
0 commit comments