We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a62686 commit 26c4e60Copy full SHA for 26c4e60
assets/js/main.js
@@ -269,7 +269,7 @@ buildConfig {
269
packageName("${packageName}")
270
271
base.doResolveLibraries()
272
- buildConfigField("String", "VERSION", "\${project.version}")
+ buildConfigField("String", "VERSION", "\\"\${project.version}\\"")
273
buildConfigField("String[]", "RESOLVED_LIBRARIES", base.join())
274
}` : ''
275
) + `
0 commit comments