From 9d1a0c611bbf1222d00cb712b469ca0a8dcb3823 Mon Sep 17 00:00:00 2001 From: Armin Date: Fri, 30 Oct 2020 15:18:51 +0100 Subject: [PATCH] Set version to 2.14.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b1acafab..2d11d0ef 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ buildscript { ext { // This app applicationId = "de.cyface.app" - versionName = "0.0.0" // Version shown to the user. Only increase this on the release branch. + versionName = "2.14.0" // Version shown to the user. Only increase this on the release branch. versionCode = 1 // Automatically incremented by CI. Required for Play Store releases /*