summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeapo <mohamed@zenadi.com>2015-01-03 00:15:13 +0100
committerzeapo <mohamed@zenadi.com>2015-01-04 14:50:32 +0100
commit33689cefc7a429e4f51607a013f6adc9c01ede94 (patch)
treeed8947beea7cc9a6054b4a72f83a71b46ad6f1e0
parent8deefe104e7a86c4e5ba107797df10b95c6babf8 (diff)
bump versionv1.2.0.11
-rw-r--r--app/app-release.apkbin2033125 -> 2034566 bytes
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/res/values/arrays.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/app/app-release.apk b/app/app-release.apk
index 06adcab2..ebd7b939 100644
--- a/app/app-release.apk
+++ b/app/app-release.apk
Binary files differ
diff --git a/app/build.gradle b/app/build.gradle
index 4f271f46..6e107b6e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -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 {
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
index 3fc10c7f..36037083 100644
--- a/app/src/main/res/values/arrays.xml
+++ b/app/src/main/res/values/arrays.xml
@@ -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>