mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +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"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 21
|
||||
versionCode 30
|
||||
versionName "1.2.0.10"
|
||||
versionCode 31
|
||||
versionName "1.2.0.11"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user