Skip to content

Commit 26c4e60

Browse files
committed
Update main.js
1 parent 5a62686 commit 26c4e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ buildConfig {
269269
packageName("${packageName}")
270270
271271
base.doResolveLibraries()
272-
buildConfigField("String", "VERSION", "\${project.version}")
272+
buildConfigField("String", "VERSION", "\\"\${project.version}\\"")
273273
buildConfigField("String[]", "RESOLVED_LIBRARIES", base.join())
274274
}` : ''
275275
) + `

0 commit comments

Comments
 (0)