From c6b42adef91f35bde1249dcc5410568155f9486e Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Sun, 12 Jun 2016 16:55:08 +0200 Subject: [PATCH] Bumped version to 0.7.20 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 903d512b..26dd50b9 100644 --- a/build.gradle +++ b/build.gradle @@ -38,8 +38,8 @@ android { applicationId "com.nutomic.syncthingandroid" minSdkVersion 11 targetSdkVersion 23 - versionCode 96 - versionName "0.7.19" + versionCode 97 + versionName "0.7.20" testApplicationId 'com.nutomic.syncthingandroid.test' testInstrumentationRunner 'android.test.InstrumentationTestRunner' testHandleProfiling true