File tree Expand file tree Collapse file tree 8 files changed +21
-16
lines changed Expand file tree Collapse file tree 8 files changed +21
-16
lines changed Original file line number Diff line number Diff line change 1- apply plugin : ' com.android.application'
1+ plugins {
2+ id ' com.android.application'
3+ }
24
35android {
4- compileSdkVersion 33
56 defaultConfig {
67 applicationId " processing.tests.armarkers"
78 minSdkVersion 23
Original file line number Diff line number Diff line change 1- apply plugin : ' com.android.application'
1+ plugins {
2+ id ' com.android.application'
3+ }
24
35android {
4- compileSdkVersion 33
56 defaultConfig {
67 applicationId " processing.tests.arscene"
78 minSdkVersion 23
Original file line number Diff line number Diff line change 1- apply plugin : ' com.android.application'
1+ plugins {
2+ id ' com.android.application'
3+ }
24
35android {
4- compileSdkVersion 33
56 defaultConfig {
67 applicationId " processing.tests.fast2d"
78 minSdkVersion 17
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ plugins {
33}
44
55android {
6- namespace ' simple'
7- compileSdkVersion 33
8-
96 defaultConfig {
107 applicationId " processing.tests.simple"
118 minSdkVersion 17
Original file line number Diff line number Diff line change 1- apply plugin : ' com.android.application'
1+ plugins {
2+ id ' com.android.application'
3+ }
24
35android {
4- compileSdkVersion 33
56 defaultConfig {
67 applicationId " processing.tests.vrcube"
78 minSdkVersion 19
Original file line number Diff line number Diff line change 1- apply plugin : ' com.android.application'
1+ plugins {
2+ id ' com.android.application'
3+ }
24
35android {
4- compileSdkVersion 33
56 defaultConfig {
67 applicationId " processing.tests.wallpaper"
78 minSdkVersion 17
Original file line number Diff line number Diff line change 1- apply plugin : ' com.android.application'
1+ plugins {
2+ id ' com.android.application'
3+ }
24
35android {
4- compileSdkVersion 33
56 defaultConfig {
67 applicationId " processing.tests.watchface"
78 minSdkVersion 25
Original file line number Diff line number Diff line change 1- apply plugin : ' com.android.library'
1+ plugins {
2+ id ' com.android.library'
3+ }
24
35android {
46 namespace " processing.vr"
You can’t perform that action at this time.
0 commit comments