Bump to version 0.3.1
This commit is contained in:
parent
5ce180125b
commit
d7017f04f4
3 changed files with 6 additions and 3 deletions
|
@ -8,9 +8,12 @@
|
|||
* New feature: re-hide the revealed entries after a configurable timeout (Issue #77)
|
||||
* New feature: add sorting by last usage (Issue #67)
|
||||
* New feature: improved error messages during the import of backups
|
||||
* New feature: make the replace switch default to false (Issue #80)
|
||||
* New special feature: disable Special features again
|
||||
* New special feature: enable screenshots in the main Activity
|
||||
* Bug fix: use sp for font sizes (to make them scalable)
|
||||
* Bug fix: disable the save button in a manual entry until label and secret are not empty (Issue #82)
|
||||
* Style/UI: better description of the replace switch
|
||||
* Update: Android SDK 27 (Issue #76)
|
||||
* Update: Android Gradle plugin 3.0.1
|
||||
* Translation: Chinese Simplified (zh-rCN) thanks to Cp0204
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# andOTP - Android OTP Authenticator
|
||||
|
||||
[![Build Status](https://travis-ci.org/andOTP/andOTP.svg?branch=master)](https://travis-ci.org/andOTP/andOTP)
|
||||
[![Current release](https://img.shields.io/github/release/andOTP/andOTP/all.svg)](https://github.com/andOTP/andOTP/releases/download/v0.3.0/andOTP_v0.3.0.apk)
|
||||
[![Current release](https://img.shields.io/github/release/andOTP/andOTP/all.svg)](https://github.com/andOTP/andOTP/releases/download/v0.3.1/andOTP_v0.3.1.apk)
|
||||
|
||||
![andOTP](./assets/logo.png)
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@ android {
|
|||
applicationId "org.shadowice.flocke.andotp"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 27
|
||||
versionCode 11
|
||||
versionName "0.3.0"
|
||||
versionCode 12
|
||||
versionName "0.3.1"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
Loading…
Reference in a new issue