From cf762acb197d377f73d30e0822e4d47a5801577b Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Tue, 1 Jan 2019 18:45:02 +0100 Subject: [PATCH] Update APK version to 1.0.0.2 / 1000002 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8ccee6a5..038a5947 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 1000001 - versionName "1.0.0.1" + versionCode 1000002 + versionName "1.0.0.2" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig