Skip to content

Commit 749405c

Browse files
committed
removed compileSdkVersion
1 parent 2bcc384 commit 749405c

File tree

8 files changed

+21
-16
lines changed

8 files changed

+21
-16
lines changed

apps/armarkers/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
apply plugin: 'com.android.application'
1+
plugins {
2+
id 'com.android.application'
3+
}
24

35
android {
4-
compileSdkVersion 33
56
defaultConfig {
67
applicationId "processing.tests.armarkers"
78
minSdkVersion 23

apps/arscene/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
apply plugin: 'com.android.application'
1+
plugins {
2+
id 'com.android.application'
3+
}
24

35
android {
4-
compileSdkVersion 33
56
defaultConfig {
67
applicationId "processing.tests.arscene"
78
minSdkVersion 23

apps/fast2d/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
apply plugin: 'com.android.application'
1+
plugins {
2+
id 'com.android.application'
3+
}
24

35
android {
4-
compileSdkVersion 33
56
defaultConfig {
67
applicationId "processing.tests.fast2d"
78
minSdkVersion 17

apps/simple/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ plugins {
33
}
44

55
android {
6-
namespace 'simple'
7-
compileSdkVersion 33
8-
96
defaultConfig {
107
applicationId "processing.tests.simple"
118
minSdkVersion 17

apps/vrcube/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
apply plugin: 'com.android.application'
1+
plugins {
2+
id 'com.android.application'
3+
}
24

35
android {
4-
compileSdkVersion 33
56
defaultConfig {
67
applicationId "processing.tests.vrcube"
78
minSdkVersion 19

apps/wallpaper/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
apply plugin: 'com.android.application'
1+
plugins {
2+
id 'com.android.application'
3+
}
24

35
android {
4-
compileSdkVersion 33
56
defaultConfig {
67
applicationId "processing.tests.wallpaper"
78
minSdkVersion 17

apps/watchface/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
apply plugin: 'com.android.application'
1+
plugins {
2+
id 'com.android.application'
3+
}
24

35
android {
4-
compileSdkVersion 33
56
defaultConfig {
67
applicationId "processing.tests.watchface"
78
minSdkVersion 25

libs/processing-vr/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
apply plugin: 'com.android.library'
1+
plugins {
2+
id 'com.android.library'
3+
}
24

35
android {
46
namespace "processing.vr"

0 commit comments

Comments
 (0)