Skip to content

Commit 62f40c9

Browse files
authored
Update Android VVL download to 1.4.341.0 release (#1502)
1 parent b72a74e commit 62f40c9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bldsys/cmake/template/gradle/app.build.gradle.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'com.android.application'
33
}
44

5-
ext.vvl_version='1.4.321.0'
5+
ext.vvl_version='1.4.341.0'
66
apply from: "./download_vvl.gradle"
77

88
android {
@@ -68,7 +68,7 @@ android {
6868
abortOnError false
6969
checkReleaseBuilds false
7070
}
71-
71+
7272
buildFeatures {
7373
viewBinding true
7474
prefab true

bldsys/cmake/template/gradle/download_vvl.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ apply plugin: 'com.android.application'
3636
*/
3737

3838
// get the validation layer version.
39-
def VVL_VER = "1.4.321.0"
39+
def VVL_VER = "1.4.341.0"
4040
if (ext.has("vvl_version")) {
4141
VVL_VER = ext.vvl_version
4242
}

0 commit comments

Comments
 (0)