Skip to content

Commit 9f38f8c

Browse files
committed
v0.6.0
Usability improvements: * Added a URL field in the password entries * Support copy for the URL, username and password fields
1 parent 30da5c1 commit 9f38f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ script:
2323
- mvn -f java/pom.xml clean install
2424
before_deploy:
2525
- jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ks/rkl.jks -storepass
26-
$storepass -keypass $keypass java/target/rust-keylock-android-0.5.0-unsigned.apk rustkeylock
27-
- "${ANDROID_HOME}/build-tools/26.0.2/zipalign -v 4 java/target/rust-keylock-android-0.5.0-unsigned.apk
26+
$storepass -keypass $keypass java/target/rust-keylock-android-0.6.0-unsigned.apk rustkeylock
27+
- "${ANDROID_HOME}/build-tools/26.0.2/zipalign -v 4 java/target/rust-keylock-android-0.6.0-unsigned.apk
2828
java/target/rust-keylock-android.apk"
2929
deploy:
3030
provider: releases

0 commit comments

Comments
 (0)