Bump to version 0.2.6

This commit is contained in:
Jakob Nixdorf 2017-08-22 10:13:41 +02:00
parent 26acdddedb
commit 3f77ed319c
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
3 changed files with 4 additions and 4 deletions

View file

@ -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.5/andOTP_v0.2.5.apk)
[![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)
![andOTP](./assets/logo.png)

View file

@ -8,8 +8,8 @@ android {
applicationId "org.shadowice.flocke.andotp"
minSdkVersion 19
targetSdkVersion 25
versionCode 7
versionName "0.2.5"
versionCode 8
versionName "0.2.6"
}
buildTypes {
release {

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Keys -->
<string name="settings_key_cat_security">pref_cat_security</string>
<string name="settings_key_cat_security" translatable="false">pref_cat_security</string>
<string name="settings_key_tap_to_reveal" translatable="false">pref_tap_to_reveal</string>
<string name="settings_key_auth" translatable="false">pref_auth</string>