Bump to version 0.8.0

This commit is contained in:
Jakob Nixdorf 2020-10-28 06:49:07 +01:00
parent 7ed6bcf0f2
commit ace4e367c4
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
3 changed files with 4 additions and 3 deletions

View file

@ -19,6 +19,7 @@
* Bug fix: Crash when clicking on an entry multiple times (Issue #631, PR #634 by @jsoberg)
* Bug fix: Crash during settings changes (Issue #639, PR #640 by @jsoberg)
* Bug fix: Don't use regionalized language codes (Issue #567)
* Bug fix: Report backup failure correctly (Issue #671)
* Internal: Update Gradle, build tools and dependencies
* Internal: Min API Level set to 22 (Lollipop 5.1)
* Internal: Refactoring and reducing build warnings

View file

@ -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.8.0-beta2/andOTP_v0.8.0-beta2.apk)
[![Current release](https://img.shields.io/github/release/andOTP/andOTP/all.svg)](https://github.com/andOTP/andOTP/releases/download/v0.8.0/andOTP_v0.8.0.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)

View file

@ -8,8 +8,8 @@ android {
applicationId "org.shadowice.flocke.andotp"
minSdkVersion 22
targetSdkVersion 29
versionCode 34
versionName "0.8.0-beta2"
versionCode 35
versionName "0.8.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}