Bump to version 0.2.3
This commit is contained in:
parent
17af788db4
commit
dc549fa0c2
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.2/andOTP_v0.2.2.apk)
|
||||
[![Current release](https://img.shields.io/github/release/flocke/andOTP/all.svg)](https://github.com/flocke/andOTP/releases/download/v0.2.3/andOTP_v0.2.3.apk)
|
||||
|
||||
![andOTP](./assets/logo.png)
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@ android {
|
|||
applicationId "org.shadowice.flocke.andotp"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 25
|
||||
versionCode 4
|
||||
versionName "0.2.2"
|
||||
versionCode 5
|
||||
versionName "0.2.3"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
Loading…
Reference in a new issue