Skip to content

Commit 25ba6b3

Browse files
Merge pull request #481 from TakayukiHoshi1984/modify_build_gradle_compile_version_29
UVCライブラリ関連のcompileVersionを29にした
2 parents fa3441b + 9c15ec6 commit 25ba6b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dConnectDevicePlugin/dConnectDeviceHVCP/app/build.gradle

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

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

66
def getVersionName = { ->
77
def version

dConnectDevicePlugin/dConnectDeviceUVC/libuvccamera/build.gradle

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

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

77
defaultConfig {
88
minSdkVersion 14

0 commit comments

Comments
 (0)