Skip to content

Commit

Permalink
removed compileSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
codeanticode committed Jun 10, 2024
1 parent 2bcc384 commit 749405c
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 16 deletions.
5 changes: 3 additions & 2 deletions apps/armarkers/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apply plugin: 'com.android.application'
plugins {
id 'com.android.application'
}

android {
compileSdkVersion 33
defaultConfig {
applicationId "processing.tests.armarkers"
minSdkVersion 23
Expand Down
5 changes: 3 additions & 2 deletions apps/arscene/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apply plugin: 'com.android.application'
plugins {
id 'com.android.application'
}

android {
compileSdkVersion 33
defaultConfig {
applicationId "processing.tests.arscene"
minSdkVersion 23
Expand Down
5 changes: 3 additions & 2 deletions apps/fast2d/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apply plugin: 'com.android.application'
plugins {
id 'com.android.application'
}

android {
compileSdkVersion 33
defaultConfig {
applicationId "processing.tests.fast2d"
minSdkVersion 17
Expand Down
3 changes: 0 additions & 3 deletions apps/simple/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ plugins {
}

android {
namespace 'simple'
compileSdkVersion 33

defaultConfig {
applicationId "processing.tests.simple"
minSdkVersion 17
Expand Down
5 changes: 3 additions & 2 deletions apps/vrcube/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apply plugin: 'com.android.application'
plugins {
id 'com.android.application'
}

android {
compileSdkVersion 33
defaultConfig {
applicationId "processing.tests.vrcube"
minSdkVersion 19
Expand Down
5 changes: 3 additions & 2 deletions apps/wallpaper/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apply plugin: 'com.android.application'
plugins {
id 'com.android.application'
}

android {
compileSdkVersion 33
defaultConfig {
applicationId "processing.tests.wallpaper"
minSdkVersion 17
Expand Down
5 changes: 3 additions & 2 deletions apps/watchface/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apply plugin: 'com.android.application'
plugins {
id 'com.android.application'
}

android {
compileSdkVersion 33
defaultConfig {
applicationId "processing.tests.watchface"
minSdkVersion 25
Expand Down
4 changes: 3 additions & 1 deletion libs/processing-vr/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apply plugin: 'com.android.library'
plugins {
id 'com.android.library'
}

android {
namespace "processing.vr"
Expand Down

0 comments on commit 749405c

Please sign in to comment.