Skip to content

Commit b718cad

Browse files
committed
updated target and dependencies in all build files of debug samples
1 parent 2f2f8a9 commit b718cad

File tree

9 files changed

+58
-57
lines changed

9 files changed

+58
-57
lines changed

debug/apps/arscene/build.gradle

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

33
android {
4-
compileSdkVersion 26
4+
compileSdkVersion 28
55
defaultConfig {
66
applicationId "processing.tests.arscene"
77
minSdkVersion 23
8-
targetSdkVersion 26
8+
targetSdkVersion 28
99
versionCode 1
1010
versionName "1.0"
1111
}
@@ -18,8 +18,8 @@ android {
1818
productFlavors {
1919
}
2020
compileOptions {
21-
sourceCompatibility JavaVersion.VERSION_1_7
22-
targetCompatibility JavaVersion.VERSION_1_7
21+
sourceCompatibility JavaVersion.VERSION_1_8
22+
targetCompatibility JavaVersion.VERSION_1_8
2323
}
2424
}
2525

@@ -28,7 +28,7 @@ dependencies {
2828
testImplementation 'junit:junit:4.12'
2929
implementation project(':libs:processing-core')
3030
implementation project(':libs:processing-ar')
31-
implementation 'com.android.support:appcompat-v7:26.0.2'
32-
implementation 'com.android.support:design:26.0.2'
33-
implementation 'com.google.ar:core:1.2.0'
31+
implementation 'com.android.support:appcompat-v7:28.0.0'
32+
implementation 'com.android.support:design:28.0.0'
33+
implementation 'com.google.ar:core:1.12.0'
3434
}

debug/apps/fast2d/build.gradle

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

33
android {
4-
compileSdkVersion 26
4+
compileSdkVersion 28
55
defaultConfig {
66
applicationId "processing.tests.fast2d"
77
minSdkVersion 17
8-
targetSdkVersion 26
8+
targetSdkVersion 28
99
versionCode 1
1010
versionName "1.0"
1111
}
@@ -18,14 +18,14 @@ android {
1818
productFlavors {
1919
}
2020
compileOptions {
21-
sourceCompatibility JavaVersion.VERSION_1_7
22-
targetCompatibility JavaVersion.VERSION_1_7
21+
sourceCompatibility JavaVersion.VERSION_1_8
22+
targetCompatibility JavaVersion.VERSION_1_8
2323
}
2424
}
2525

2626
dependencies {
2727
implementation fileTree(include: ['*.jar'], dir: 'libs')
2828
testImplementation 'junit:junit:4.12'
2929
implementation project(':libs:processing-core')
30-
implementation 'com.android.support:appcompat-v7:26.0.2'
30+
implementation 'com.android.support:appcompat-v7:28.0.0'
3131
}

debug/apps/simple/build.gradle

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

33
android {
4-
compileSdkVersion 26
4+
compileSdkVersion 28
55
defaultConfig {
66
applicationId "processing.tests.simple"
77
minSdkVersion 17
8-
targetSdkVersion 26
8+
targetSdkVersion 28
99
versionCode 1
1010
versionName "1.0"
1111
}
@@ -18,14 +18,14 @@ android {
1818
productFlavors {
1919
}
2020
compileOptions {
21-
sourceCompatibility JavaVersion.VERSION_1_7
22-
targetCompatibility JavaVersion.VERSION_1_7
21+
sourceCompatibility JavaVersion.VERSION_1_8
22+
targetCompatibility JavaVersion.VERSION_1_8
2323
}
2424
}
2525

2626
dependencies {
2727
implementation fileTree(include: ['*.jar'], dir: 'libs')
2828
testImplementation 'junit:junit:4.12'
2929
implementation project(':libs:processing-core')
30-
implementation 'com.android.support:appcompat-v7:26.0.2'
30+
implementation 'com.android.support:appcompat-v7:28.0.0'
3131
}

debug/apps/vrcube/build.gradle

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

33
android {
4-
compileSdkVersion 26
4+
compileSdkVersion 28
55
defaultConfig {
66
applicationId "processing.tests.vrcube"
77
minSdkVersion 19
8-
targetSdkVersion 26
8+
targetSdkVersion 28
99
versionCode 1
1010
versionName "1.0"
1111
}
@@ -18,8 +18,8 @@ android {
1818
productFlavors {
1919
}
2020
compileOptions {
21-
sourceCompatibility JavaVersion.VERSION_1_7
22-
targetCompatibility JavaVersion.VERSION_1_7
21+
sourceCompatibility JavaVersion.VERSION_1_8
22+
targetCompatibility JavaVersion.VERSION_1_8
2323
}
2424
}
2525

@@ -28,7 +28,7 @@ dependencies {
2828
testImplementation 'junit:junit:4.12'
2929
implementation project(':libs:processing-core')
3030
implementation project(':libs:processing-vr')
31-
implementation 'com.android.support:appcompat-v7:26.0.2'
32-
implementation 'com.android.support:design:26.0.2'
33-
implementation 'com.google.vr:sdk-base:1.150.0'
31+
implementation 'com.android.support:appcompat-v7:28.0.0'
32+
implementation 'com.android.support:design:28.0.0'
33+
implementation 'com.google.vr:sdk-base:1.180.0'
3434
}

debug/apps/wallpaper/build.gradle

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

33
android {
4-
compileSdkVersion 26
4+
compileSdkVersion 28
55
defaultConfig {
66
applicationId "processing.tests.wallpaper"
77
minSdkVersion 17
8-
targetSdkVersion 26
8+
targetSdkVersion 28
99
versionCode 1
1010
versionName "1.0"
1111
}
@@ -18,14 +18,14 @@ android {
1818
productFlavors {
1919
}
2020
compileOptions {
21-
sourceCompatibility JavaVersion.VERSION_1_7
22-
targetCompatibility JavaVersion.VERSION_1_7
21+
sourceCompatibility JavaVersion.VERSION_1_8
22+
targetCompatibility JavaVersion.VERSION_1_8
2323
}
2424
}
2525

2626
dependencies {
2727
implementation fileTree(include: ['*.jar'], dir: 'libs')
2828
testImplementation 'junit:junit:4.12'
2929
implementation project(':libs:processing-core')
30-
implementation 'com.android.support:appcompat-v7:26.0.2'
30+
implementation 'com.android.support:appcompat-v7:28.0.0'
3131
}

debug/apps/watchface/build.gradle

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

33
android {
4-
compileSdkVersion 26
4+
compileSdkVersion 28
55
defaultConfig {
66
applicationId "processing.tests.watchface"
77
minSdkVersion 25
8-
targetSdkVersion 26
8+
targetSdkVersion 28
99
versionCode 1
1010
versionName "1.0"
1111
multiDexEnabled true
@@ -19,20 +19,20 @@ android {
1919
productFlavors {
2020
}
2121
compileOptions {
22-
sourceCompatibility JavaVersion.VERSION_1_7
23-
targetCompatibility JavaVersion.VERSION_1_7
22+
sourceCompatibility JavaVersion.VERSION_1_8
23+
targetCompatibility JavaVersion.VERSION_1_8
2424
}
2525
}
2626

2727
dependencies {
2828
implementation fileTree(include: ['*.jar'], dir: 'libs')
2929
testImplementation 'junit:junit:4.12'
3030
implementation project(':libs:processing-core')
31-
implementation 'com.android.support:palette-v7:26.0.2'
32-
implementation 'com.android.support:support-v4:26.0.2'
33-
implementation 'com.google.android.gms:play-services-wearable:11.0.4'
34-
implementation 'com.android.support:percent:26.0.2'
35-
implementation 'com.android.support:recyclerview-v7:26.0.2'
36-
implementation 'com.google.android.support:wearable:2.1.0'
37-
compileOnly 'com.google.android.wearable:wearable:2.1.0'
31+
implementation 'com.android.support:palette-v7:28.0.0'
32+
implementation 'com.android.support:support-v4:28.0.0'
33+
implementation 'com.google.android.gms:play-services-wearable:16.0.1'
34+
implementation 'com.android.support:percent:28.0.0'
35+
implementation 'com.android.support:recyclerview-v7:28.0.0'
36+
implementation 'com.google.android.support:wearable:2.4.0'
37+
compileOnly 'com.google.android.wearable:wearable:2.4.0'
3838
}

debug/libs/processing-ar/build.gradle

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

33
android {
4-
compileSdkVersion 26
4+
compileSdkVersion 28
55
defaultConfig {
66
minSdkVersion 19
7-
targetSdkVersion 26
7+
targetSdkVersion 28
88
}
99
sourceSets {
1010
main {
@@ -14,14 +14,14 @@ android {
1414
}
1515
}
1616
compileOptions {
17-
sourceCompatibility JavaVersion.VERSION_1_7
18-
targetCompatibility JavaVersion.VERSION_1_7
17+
sourceCompatibility JavaVersion.VERSION_1_8
18+
targetCompatibility JavaVersion.VERSION_1_8
1919
}
2020
productFlavors {
2121
}
2222
}
2323

2424
dependencies {
2525
implementation project(':libs:processing-core')
26-
implementation 'com.google.ar:core:1.2.0'
26+
implementation 'com.google.ar:core:1.12.0'
2727
}
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 26
4+
compileSdkVersion 28
55
defaultConfig {
66
minSdkVersion 17
7-
targetSdkVersion 26
7+
targetSdkVersion 28
88
}
99
sourceSets {
1010
main {
@@ -14,14 +14,15 @@ android {
1414
}
1515
}
1616
compileOptions {
17-
sourceCompatibility JavaVersion.VERSION_1_7
18-
targetCompatibility JavaVersion.VERSION_1_7
17+
sourceCompatibility JavaVersion.VERSION_1_8
18+
targetCompatibility JavaVersion.VERSION_1_8
1919
}
2020
productFlavors {
2121
}
2222
}
2323

2424
dependencies {
25-
implementation "com.android.support:support-v4:26.0.2"
26-
implementation 'com.google.android.support:wearable:2.1.0'
25+
implementation "com.android.support:support-v4:28.0.0"
26+
implementation 'com.google.android.support:wearable:2.4.0'
27+
compileOnly 'com.google.android.wearable:wearable:2.4.0'
2728
}

debug/libs/processing-vr/build.gradle

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

33
android {
4-
compileSdkVersion 26
4+
compileSdkVersion 28
55
defaultConfig {
66
minSdkVersion 19
7-
targetSdkVersion 26
7+
targetSdkVersion 28
88
}
99
sourceSets {
1010
main {
@@ -13,15 +13,15 @@ android {
1313
}
1414
}
1515
compileOptions {
16-
sourceCompatibility JavaVersion.VERSION_1_7
17-
targetCompatibility JavaVersion.VERSION_1_7
16+
sourceCompatibility JavaVersion.VERSION_1_8
17+
targetCompatibility JavaVersion.VERSION_1_8
1818
}
1919
productFlavors {
2020
}
2121
}
2222

2323
dependencies {
2424
implementation project(':libs:processing-core')
25-
implementation 'com.google.vr:sdk-audio:1.150.0'
26-
implementation 'com.google.vr:sdk-base:1.150.0'
25+
implementation 'com.google.vr:sdk-audio:1.180.0'
26+
implementation 'com.google.vr:sdk-base:1.180.0'
2727
}

0 commit comments

Comments
 (0)