From 9c15ec61b316f7de72e3cde78e728aff4fd0d6e2 Mon Sep 17 00:00:00 2001 From: Takayuki Hoshi Date: Mon, 23 Dec 2019 18:36:29 +0900 Subject: [PATCH] =?UTF-8?q?UVC=E3=83=A9=E3=82=A4=E3=83=96=E3=83=A9?= =?UTF-8?q?=E3=83=AA=E9=96=A2=E9=80=A3=E3=81=AEcompileVersion=E3=82=9229?= =?UTF-8?q?=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 更新内容 * UVCライブラリ関連のcompileVersionを29にした --- dConnectDevicePlugin/dConnectDeviceHVCP/app/build.gradle | 2 +- .../dConnectDeviceUVC/libuvccamera/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dConnectDevicePlugin/dConnectDeviceHVCP/app/build.gradle b/dConnectDevicePlugin/dConnectDeviceHVCP/app/build.gradle index 30d217658c..81eb1f3ecc 100644 --- a/dConnectDevicePlugin/dConnectDeviceHVCP/app/build.gradle +++ b/dConnectDevicePlugin/dConnectDeviceHVCP/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 27 + compileSdkVersion 29 def getVersionName = { -> def version diff --git a/dConnectDevicePlugin/dConnectDeviceUVC/libuvccamera/build.gradle b/dConnectDevicePlugin/dConnectDeviceUVC/libuvccamera/build.gradle index 271229bd64..97c1906ba6 100644 --- a/dConnectDevicePlugin/dConnectDeviceUVC/libuvccamera/build.gradle +++ b/dConnectDevicePlugin/dConnectDeviceUVC/libuvccamera/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' import org.apache.tools.ant.taskdefs.condition.Os android { - compileSdkVersion 27 + compileSdkVersion 29 defaultConfig { minSdkVersion 14