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