Bump to version 0.3.0
This commit is contained in:
parent
d5f899b068
commit
d07db0b07f
3 changed files with 4 additions and 3 deletions
|
@ -8,6 +8,7 @@
|
|||
* New feature: in-app language switcher (Issue #53)
|
||||
* Bug fix: convert secrets to upper case when importing from JSON (Issue #55)
|
||||
* Bug fix: some layout fixes for certain translations (Issue #58)
|
||||
* Style/UI: new adaptive icon for Android 8+ (Issue #65)
|
||||
* Style/UI: remove card elevation
|
||||
* Update: Android Studio 3
|
||||
* Update: Gradle 4.1 / Android Gradle Plugin 3.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# andOTP - Android OTP Authenticator
|
||||
|
||||
[![Build Status](https://travis-ci.org/flocke/andOTP.svg?branch=master)](https://travis-ci.org/flocke/andOTP)
|
||||
[![Current release](https://img.shields.io/github/release/flocke/andOTP/all.svg)](https://github.com/flocke/andOTP/releases/download/v0.2.8/andOTP_v0.2.8.apk)
|
||||
[![Current release](https://img.shields.io/github/release/flocke/andOTP/all.svg)](https://github.com/flocke/andOTP/releases/download/v0.3.0/andOTP_v0.3.0.apk)
|
||||
|
||||
![andOTP](./assets/logo.png)
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@ android {
|
|||
applicationId "org.shadowice.flocke.andotp"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 26
|
||||
versionCode 10
|
||||
versionName "0.2.8"
|
||||
versionCode 11
|
||||
versionName "0.3.0"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
Loading…
Reference in a new issue