Skip to content

Commit ddbe635

Browse files
committed
v0.10.0
* Dropbox sync support in pure Rust. * Install by cargo and crates.io. * Snap corrections / bugfixes. * Improved API for the Editors. * Updated dependencies.
1 parent 1931586 commit ddbe635

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ script:
1919
- mvn -f java/pom.xml clean install
2020
before_deploy:
2121
- jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ks/rkl.jks -storepass
22-
$storepass -keypass $keypass java/target/rust-keylock-android-0.9.0-unsigned.apk rustkeylock
23-
- "${ANDROID_HOME}/build-tools/26.0.2/zipalign -v 4 java/target/rust-keylock-android-0.9.0-unsigned.apk
22+
$storepass -keypass $keypass java/target/rust-keylock-android-0.10.0-unsigned.apk rustkeylock
23+
- "${ANDROID_HOME}/build-tools/26.0.2/zipalign -v 4 java/target/rust-keylock-android-0.10.0-unsigned.apk
2424
java/target/rust-keylock-android.apk"
2525
deploy:
2626
overwrite: true

rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "rustkeylockandroid"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
rust_keylock = {git="https://github.com/rust-keylock/rust-keylock-lib.git"}
12+
rust_keylock = "0.10.0"
1313
j4rs = "0.8"
1414
libc = "0.2"
1515
jni-sys = "0.3"

0 commit comments

Comments
 (0)