Bump to version 0.9.0

This commit is contained in:
Jakob Nixdorf 2021-06-06 13:08:46 +02:00
parent 05d2dac47a
commit 089825905a
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
3 changed files with 4 additions and 3 deletions

View file

@ -37,6 +37,7 @@
* Internal: Perform encryption change in the settings in a background task
* Internal: Use our own NumberPickerPreference class
* Thumbnails: LOTS of new thumbnails (thanks to all contributors)
* Translations: Indonesian, Serbian and Slovak (thanks to all contributors on Crowdin)
#### v0.8.0

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.9.0-beta2/andOTP_v0.9.0-beta2.apk)
[![Current release](https://img.shields.io/github/release/andOTP/andOTP/all.svg)](https://github.com/andOTP/andOTP/releases/download/v0.9.0/andOTP_v0.9.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 30
versionCode 37
versionName "0.9.0-beta2"
versionCode 38
versionName "0.9.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}