Skip to content

Commit 4bf41e3

Browse files
UVC関連を動作させるため、compileSDKVersion,targetSdkVersionを27に下げた。
1 parent 05616f0 commit 4bf41e3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dConnectDevicePlugin/dConnectDeviceHVCP/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 29
4+
compileSdkVersion 27
55

66
def getVersionName = { ->
77
def version
@@ -17,7 +17,7 @@ android {
1717
defaultConfig {
1818
applicationId "org.deviceconnect.android.deviceplugin.hvcp"
1919
minSdkVersion 15
20-
targetSdkVersion 29
20+
targetSdkVersion 27
2121
versionCode 1
2222
versionName getVersionName()
2323
}

dConnectDevicePlugin/dConnectDeviceUVC/libuvccamera/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apply plugin: 'com.android.library'
22
import org.apache.tools.ant.taskdefs.condition.Os
33

44
android {
5-
compileSdkVersion 29
5+
compileSdkVersion 27
66

77
defaultConfig {
88
minSdkVersion 14
9-
targetSdkVersion 29
9+
targetSdkVersion 27
1010
}
1111

1212
buildTypes {

0 commit comments

Comments
 (0)