From a59219d57b6beee2a518e671560984d0fcbf51c6 Mon Sep 17 00:00:00 2001 From: Izzy Date: Sun, 20 Jan 2019 00:22:52 +0100 Subject: [PATCH] fix template: lint wants versionNames in single quotes --- templates/app-full | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app-full b/templates/app-full index b91c237dd4..3d49eb4764 100644 --- a/templates/app-full +++ b/templates/app-full @@ -43,7 +43,7 @@ Repo: (repo url, preferably https) # At least one for new apps Builds: - - versionName: 1.0 + - versionName: '1.0' versionCode: 1 commit: v1.0 subdir: app