We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72a74e commit 62f40c9Copy full SHA for 62f40c9
2 files changed
bldsys/cmake/template/gradle/app.build.gradle.in
@@ -2,7 +2,7 @@ plugins {
2
id 'com.android.application'
3
}
4
5
-ext.vvl_version='1.4.321.0'
+ext.vvl_version='1.4.341.0'
6
apply from: "./download_vvl.gradle"
7
8
android {
@@ -68,7 +68,7 @@ android {
68
abortOnError false
69
checkReleaseBuilds false
70
71
-
+
72
buildFeatures {
73
viewBinding true
74
prefab true
bldsys/cmake/template/gradle/download_vvl.gradle
@@ -36,7 +36,7 @@ apply plugin: 'com.android.application'
36
*/
37
38
// get the validation layer version.
39
-def VVL_VER = "1.4.321.0"
+def VVL_VER = "1.4.341.0"
40
if (ext.has("vvl_version")) {
41
VVL_VER = ext.vvl_version
42
0 commit comments