Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
* Dropbox sync support in pure Rust.
* Install by cargo and crates.io.
* Snap corrections / bugfixes.
* Improved API for the Editors.
* Updated dependencies.
  • Loading branch information
astonbitecode committed Aug 12, 2019
1 parent 1931586 commit ddbe635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ script:
- mvn -f java/pom.xml clean install
before_deploy:
- jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ks/rkl.jks -storepass
$storepass -keypass $keypass java/target/rust-keylock-android-0.9.0-unsigned.apk rustkeylock
- "${ANDROID_HOME}/build-tools/26.0.2/zipalign -v 4 java/target/rust-keylock-android-0.9.0-unsigned.apk
$storepass -keypass $keypass java/target/rust-keylock-android-0.10.0-unsigned.apk rustkeylock
- "${ANDROID_HOME}/build-tools/26.0.2/zipalign -v 4 java/target/rust-keylock-android-0.10.0-unsigned.apk
java/target/rust-keylock-android.apk"
deploy:
overwrite: true
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "rustkeylockandroid"
crate-type = ["cdylib"]

[dependencies]
rust_keylock = {git="https://github.com/rust-keylock/rust-keylock-lib.git"}
rust_keylock = "0.10.0"
j4rs = "0.8"
libc = "0.2"
jni-sys = "0.3"
Expand Down

0 comments on commit ddbe635

Please sign in to comment.