From a847a43acf9aced431057e9d8857476a28e53f97 Mon Sep 17 00:00:00 2001 From: Jakob Nixdorf Date: Mon, 25 May 2020 07:04:59 +0200 Subject: [PATCH] Bump to version 0.7.1 --- CHANGELOG.md | 3 ++- README.md | 2 +- app/build.gradle | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e99931b9..cde3ad51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,10 @@ * Improvement: Rewording of the last used dialog (Issue #485) * Improvement: Handle the back key to close open drawers or the FAB overlay (Issue #499) * Improvement: Validate secrets during manual entry (Issue #500) - * Thumbnails: Lots of new ones (thanks to all contributors) * Bug fix: Fix some remaining issues with the intro dialog (Issue #486) * Bug fix: Fix images containing gradients on API versions below 24 (Issue #539) + * Thumbnails: Lots of new ones (thanks to all contributors) + * Translations: Bulgarian (thanks to all the contributors on Crowdin) #### v0.7.0 diff --git a/README.md b/README.md index 3ddabb17..41253f93 100644 --- a/README.md +++ b/README.md @@ -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.7.1-beta2/andOTP_v0.7.1-beta2.apk) +[![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) [![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 - Matrix](https://img.shields.io/badge/chat-Matrix-blue.svg)](https://matrix.to/#/#andOTP:privacytools.io) diff --git a/app/build.gradle b/app/build.gradle index b7224f23..b0166374 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.shadowice.flocke.andotp" minSdkVersion 19 targetSdkVersion 29 - versionCode 30 - versionName "0.7.1-beta2" + versionCode 31 + versionName "0.7.1" vectorDrawables.useSupportLibrary = true } buildTypes {