Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
Bump to version 0.7.1-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
flocke committed May 15, 2020
1 parent 3d28a6c commit adf4ab4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -17,6 +17,7 @@
* 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)

#### v0.7.0

Expand Down
2 changes: 1 addition & 1 deletion 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-beta1/andOTP_v0.7.1-beta1.apk)
[![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)
[![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)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.shadowice.flocke.andotp"
minSdkVersion 19
targetSdkVersion 29
versionCode 29
versionName "0.7.1-beta1"
versionCode 30
versionName "0.7.1-beta2"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down

0 comments on commit adf4ab4

Please sign in to comment.