Skip to content

Commit 2749cdc

Browse files
ライブラリのバージョンを更新
1 parent b05fe9a commit 2749cdc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

dConnectDevicePlugin/dConnectDeviceUVC/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ dependencies {
9090
implementation "androidx.navigation:navigation-fragment-ktx:2.3.3"
9191
implementation "androidx.navigation:navigation-ui-ktx:2.3.3"
9292
implementation "androidx.preference:preference:1.1.1"
93-
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.2.0'
94-
implementation 'androidx.lifecycle:lifecycle-livedata:2.2.0'
93+
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.3.0'
94+
implementation 'androidx.lifecycle:lifecycle-livedata:2.3.0'
9595
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
9696
implementation 'com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary:1.9.7'
9797
implementation 'org.deviceconnect:dconnect-device-plugin-sdk:2.8.6'
98-
implementation 'org.deviceconnect:libmedia:1.2.0'
99-
implementation 'org.deviceconnect:libsrt:1.2.0'
98+
implementation 'org.deviceconnect:libmedia:1.2.2'
99+
implementation 'org.deviceconnect:libsrt:1.2.2'
100100
implementation project(':libuvc')
101101
}

0 commit comments

Comments
 (0)