bump to version 1.2 (7)

This commit is contained in:
Peter Cai 2018-09-21 07:47:29 +08:00
parent 1882d6f967
commit bb8cfb1171
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
2 changed files with 5 additions and 2 deletions

View File

@ -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 <https://git.angry.im/PeterCxy/Shelter>
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
===

View File

@ -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 {