Bump to version 0.2.7
This commit is contained in:
parent
bcb71d288d
commit
9d5f6bf462
2 changed files with 3 additions and 3 deletions
|
@ -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.6/andOTP_v0.2.6.apk)
|
||||
[![Current release](https://img.shields.io/github/release/flocke/andOTP/all.svg)](https://github.com/flocke/andOTP/releases/download/v0.2.7/andOTP_v0.2.7.apk)
|
||||
|
||||
![andOTP](./assets/logo.png)
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@ android {
|
|||
applicationId "org.shadowice.flocke.andotp"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 26
|
||||
versionCode 8
|
||||
versionName "0.2.6"
|
||||
versionCode 9
|
||||
versionName "0.2.7"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
Loading…
Reference in a new issue