Andoroid用オブジェクト検出アプリ
Revision | 69afee4853df068399e9510af37e035942f38365 (tree) |
---|---|
Zeit | 2022-07-19 22:46:58 |
Autor | MRSa <mrsa@myad...> |
Commiter | MRSa |
ライブラリを更新。
@@ -4,12 +4,12 @@ plugins { | ||
4 | 4 | } |
5 | 5 | |
6 | 6 | // ----- for Jetpack Compose |
7 | -def compose_version = '1.2.0-rc02' | |
8 | -def navigation_version = '2.5.0-rc02' | |
7 | +def compose_version = '1.3.0-alpha01' | |
8 | +def navigation_version = '2.5.0' | |
9 | 9 | |
10 | 10 | // ----- for cameraX |
11 | -def camerax_version = "1.2.0-alpha02" | |
12 | -def camerax_view_version = "1.2.0-alpha02" | |
11 | +def camerax_version = "1.2.0-alpha03" | |
12 | +def camerax_view_version = "1.2.0-alpha03" | |
13 | 13 | |
14 | 14 | android { |
15 | 15 | compileSdk 32 |
@@ -65,7 +65,7 @@ dependencies { | ||
65 | 65 | implementation 'androidx.preference:preference-ktx:1.2.0' |
66 | 66 | implementation 'androidx.exifinterface:exifinterface:1.3.3' |
67 | 67 | implementation "androidx.datastore:datastore-preferences:1.0.0" |
68 | - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1' | |
68 | + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0' | |
69 | 69 | |
70 | 70 | implementation "androidx.camera:camera-core:$camerax_version" |
71 | 71 | implementation "androidx.camera:camera-camera2:$camerax_version" |