Bump to version 0.2.6
This commit is contained in:
parent
26acdddedb
commit
3f77ed319c
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# andOTP - Android OTP Authenticator
|
# andOTP - Android OTP Authenticator
|
||||||
|
|
||||||
[](https://travis-ci.org/flocke/andOTP)
|
[](https://travis-ci.org/flocke/andOTP)
|
||||||
[](https://github.com/flocke/andOTP/releases/download/v0.2.5/andOTP_v0.2.5.apk)
|
[](https://github.com/flocke/andOTP/releases/download/v0.2.6/andOTP_v0.2.6.apk)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "org.shadowice.flocke.andotp"
|
applicationId "org.shadowice.flocke.andotp"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 7
|
versionCode 8
|
||||||
versionName "0.2.5"
|
versionName "0.2.6"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<!-- Keys -->
|
<!-- 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_tap_to_reveal" translatable="false">pref_tap_to_reveal</string>
|
||||||
<string name="settings_key_auth" translatable="false">pref_auth</string>
|
<string name="settings_key_auth" translatable="false">pref_auth</string>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue