From bb8cfb117172d2e7c6f1c1234dd6aeba1474577f Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Fri, 21 Sep 2018 07:47:29 +0800 Subject: [PATCH] bump to version 1.2 (7) --- README.md | 3 +++ app/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6e3e94..28519b0 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ Note: the GitHub repository is merely a mirror. Although I also accept pull requests and issues from GitHub, I'd recommend you to go to the main repository at +Note: The F-Droid version is automatically built and signed by the F-Droid server on each update of Shelter. The build is not managed by the author and could lag behind the updates from Play Store and this repository for several days due to high server load. + + Shelter - Isolate your Big Brother Apps / Multiple Accounts === diff --git a/app/build.gradle b/app/build.gradle index d05b338..5b9ed63 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "net.typeblog.shelter" minSdkVersion 24 targetSdkVersion 28 - versionCode 6 - versionName "1.2-alpha" + versionCode 7 + versionName "1.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {