bump version

This commit is contained in:
zeapo 2015-01-03 00:15:13 +01:00
parent 8deefe104e
commit 33689cefc7
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -9,8 +9,8 @@ android {
applicationId "com.zeapo.pwdstore"
minSdkVersion 15
targetSdkVersion 21
versionCode 30
versionName "1.2.0.10"
versionCode 31
versionName "1.2.0.11"
}
compileOptions {

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="connection_modes">
<string-array name="connection_modes" translatable="false">
<item>ssh-key</item>
<item>username/password</item>
</string-array>
<string-array name="clone_protocols">
<string-array name="clone_protocols" translatable="false">
<item>ssh://</item>
<item>https://</item>
</string-array>