mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 05:48:09 +00:00
bump version
This commit is contained in:
parent
8deefe104e
commit
33689cefc7
Binary file not shown.
@ -9,8 +9,8 @@ android {
|
|||||||
applicationId "com.zeapo.pwdstore"
|
applicationId "com.zeapo.pwdstore"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 30
|
versionCode 31
|
||||||
versionName "1.2.0.10"
|
versionName "1.2.0.11"
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string-array name="connection_modes">
|
<string-array name="connection_modes" translatable="false">
|
||||||
<item>ssh-key</item>
|
<item>ssh-key</item>
|
||||||
<item>username/password</item>
|
<item>username/password</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
<string-array name="clone_protocols">
|
<string-array name="clone_protocols" translatable="false">
|
||||||
<item>ssh://</item>
|
<item>ssh://</item>
|
||||||
<item>https://</item>
|
<item>https://</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user