From 30d493a2063f67f224e9402ea870c6c2dce5ea46 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Tue, 5 Mar 2019 23:04:35 +0100 Subject: [PATCH] Update APK version to 1.1.0.1 / 1010001 --- README.md | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41281cde..4a7d7b9d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License: MPLv2](https://img.shields.io/badge/License-MPLv2-blue.svg)](https://opensource.org/licenses/MPL-2.0) - + diff --git a/app/build.gradle b/app/build.gradle index 1f0c2d4b..ccb0ba51 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 1000109 - versionName "1.0.1.9" + versionCode 1010001 + versionName "1.1.0.1" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig