From ecd8e7cd213a403aed84175994f6816ec442a8ab Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Sun, 7 Oct 2018 15:34:36 +0200 Subject: [PATCH] Update APK version to 0.14.51.2 / 4165 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6f47f417..59a69ba0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 4164 - versionName "0.14.51.1" + versionCode 4165 + versionName "0.14.51.2" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig