Bump to version 0.7.1.1
This commit is contained in:
parent
5215308a1a
commit
30b0b5747e
3 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
#### v0.7.1.1
|
||||||
|
|
||||||
|
* Bug fix: Fix migration of old tap-to-reveal setting
|
||||||
|
* Bug fix: Cache encryption key when recreating main activity
|
||||||
|
|
||||||
#### v0.7.1
|
#### v0.7.1
|
||||||
|
|
||||||
* Deprecation notice: This will be the last version to support Android versions below 5.1
|
* Deprecation notice: This will be the last version to support Android versions below 5.1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# andOTP - Android OTP Authenticator
|
# andOTP - Android OTP Authenticator
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/andOTP/andOTP.svg?branch=master)](https://travis-ci.org/andOTP/andOTP)
|
[![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.7.1/andOTP_v0.7.1.apk)
|
[![Current release](https://img.shields.io/github/release/andOTP/andOTP/all.svg)](https://github.com/andOTP/andOTP/releases/download/v0.7.1.1/andOTP_v0.7.1.1.apk)
|
||||||
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/andotp/localized.svg)](https://crowdin.com/project/andotp)
|
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/andotp/localized.svg)](https://crowdin.com/project/andotp)
|
||||||
[![Chat - Telegram](https://img.shields.io/badge/chat-Telegram-blue.svg)](https://t.me/andOTP)
|
[![Chat - Telegram](https://img.shields.io/badge/chat-Telegram-blue.svg)](https://t.me/andOTP)
|
||||||
[![Chat - Matrix](https://img.shields.io/badge/chat-Matrix-blue.svg)](https://matrix.to/#/#andOTP:privacytools.io)
|
[![Chat - Matrix](https://img.shields.io/badge/chat-Matrix-blue.svg)](https://matrix.to/#/#andOTP:privacytools.io)
|
||||||
|
|
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "org.shadowice.flocke.andotp"
|
applicationId "org.shadowice.flocke.andotp"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 31
|
versionCode 32
|
||||||
versionName "0.7.1"
|
versionName "0.7.1.1"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
Loading…
Reference in a new issue