From 392f686bbc0cad0fae4cee463e0f57da8ebb88d4 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Thu, 13 Jun 2019 21:14:00 +0200 Subject: [PATCH] Add dot to version name --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 67ff2621..cd15f41d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,7 +36,7 @@ android { minSdkVersion 16 targetSdkVersion 26 versionCode 4175 - versionName "1.2.0-rc1.3" + versionName "1.2.0-rc.1.3" testApplicationId 'com.nutomic.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' }