@@ -6,15 +6,14 @@ ext.vvl_version='1.3.296.0'
66apply from: "./download_vvl.gradle"
77
88android {
9- compileSdk 33
10- buildToolsVersion '34.0.0'
11- ndkVersion '27.0.12077973'
12- namespace "com.khronos.vulkan_samples"
9+ ndkVersion '28.0.12433566 rc1'
10+ compileSdk 35
1311
1412 defaultConfig {
15- applicationId "com.khronos.vulkan_samples"
13+ applicationId 'com.khronos.vulkan_samples'
14+ namespace "com.khronos.vulkan_samples"
1615 @MIN_SDK_VERSION@
17- targetSdk 33
16+ targetSdk 35
1817 versionCode 1
1918 versionName "1.0"
2019
@@ -44,8 +43,8 @@ android {
4443 }
4544
4645 compileOptions {
47- sourceCompatibility JavaVersion.VERSION_1_8
48- targetCompatibility JavaVersion.VERSION_1_8
46+ sourceCompatibility JavaVersion.VERSION_21
47+ targetCompatibility JavaVersion.VERSION_21
4948 }
5049
5150 sourceSets {
@@ -77,9 +76,9 @@ android {
7776}
7877
7978dependencies {
80- implementation 'androidx.appcompat:appcompat:1.6.1 '
81- implementation 'com.google.android.material:material:1.8 .0'
82- implementation 'androidx.constraintlayout:constraintlayout:2.1.4 '
83- implementation 'androidx.core:core:1.9 .0'
84- implementation 'androidx.games:games-activity:2 .0.0 '
79+ implementation 'androidx.appcompat:appcompat:1.7.0 '
80+ implementation 'com.google.android.material:material:1.12 .0'
81+ implementation 'androidx.constraintlayout:constraintlayout:2.2.0 '
82+ implementation 'androidx.core:core:1.15 .0'
83+ implementation 'androidx.games:games-activity:3 .0.5 '
8584}
0 commit comments