File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
tutorial01_load_vulkan/app
tutorial02_prebuild_layers/app
tutorial03_traceable_layers/app
tutorial04_first_window/app Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ def ndkDir = properties.getProperty('ndk.dir')
66
77model {
88 android {
9- compileSdkVersion = " android-N "
10- buildToolsVersion = " 23 .0.2 "
9+ compileSdkVersion 24
10+ buildToolsVersion " 24 .0.0 "
1111 defaultConfig. with {
1212 minSdkVersion. apiLevel = 9
1313 targetSdkVersion. apiLevel = 24
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apply plugin: 'com.android.model.application'
22
33model {
44 android {
5- compileSdkVersion = " android-N "
6- buildToolsVersion = " 23 .0.2 "
5+ compileSdkVersion 24
6+ buildToolsVersion " 24 .0.0 "
77
88 defaultConfig {
99 applicationId = " com.google.vulkan.tutorials.one"
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ def valLayerSrc = "${ndkDir}/sources/third_party/vulkan/src"
88
99model {
1010 android {
11- compileSdkVersion = " android-N "
12- buildToolsVersion = " 23 .0.2 "
11+ compileSdkVersion 24
12+ buildToolsVersion " 24 .0.0 "
1313
1414 defaultConfig {
1515 applicationId = " com.vulkan.tutorials.two"
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ def ndkDir = properties.getProperty('ndk.dir')
66
77model {
88 android {
9- compileSdkVersion = " android-N "
10- buildToolsVersion = " 23 .0.2 "
9+ compileSdkVersion 24
10+ buildToolsVersion " 24 .0.0 "
1111
1212 defaultConfig {
1313 applicationId = " com.google.vulkan.tutorials.three"
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apply plugin: 'com.android.model.application'
22
33model {
44 android {
5- compileSdkVersion = " android-N "
6- buildToolsVersion = " 23 .0.2 "
5+ compileSdkVersion 24
6+ buildToolsVersion " 24 .0.0 "
77
88 defaultConfig {
99 applicationId = " com.google.vulkan.tutorials.four"
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apply plugin: 'com.android.model.application'
22
33model {
44 android {
5- compileSdkVersion = " android-N "
6- buildToolsVersion = " 23 .0.2 "
5+ compileSdkVersion 24
6+ buildToolsVersion " 24 .0.0 "
77
88 defaultConfig {
99 applicationId = " com.google.vulkan.tutorials.five"
You can’t perform that action at this time.
0 commit comments