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
|
# andOTP - Android OTP Authenticator
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/flocke/andOTP.svg?branch=master)](https://travis-ci.org/flocke/andOTP)
|
[![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)
|
![andOTP](./assets/logo.png)
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "org.shadowice.flocke.andotp"
|
applicationId "org.shadowice.flocke.andotp"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 4
|
versionCode 5
|
||||||
versionName "0.2.2"
|
versionName "0.2.3"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
Loading…
Reference in a new issue