Skip to content

Commit 7f9ed40

Browse files
committed
Bump 0.8.0 and upgrade dependencies
1 parent bdef762 commit 7f9ed40

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ deploy:
3131
skip_cleanup: true
3232
on:
3333
repo: rust-keylock/rust-keylock-android
34-
# tags: true
34+
tags: true
3535
branch: master
3636
env:
3737
global:

java/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.astonbitecode.rustkeylock"
44
android:versionCode="1"
5-
android:versionName="0.7.0" >
5+
android:versionName="0.8.0" >
66

77
<uses-sdk
88
android:minSdkVersion="16"

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.astonbitecode.rustkeylock</groupId>
66
<artifactId>rust-keylock-android</artifactId>
7-
<version>0.7.0</version>
7+
<version>0.8.0</version>
88
<packaging>apk</packaging>
99

1010
<name>rust-keylock-android</name>

rust/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustkeylockandroid"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["aston <[email protected]>"]
55
edition = "2018"
66

@@ -9,7 +9,7 @@ name = "rustkeylockandroid"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
rust_keylock = "0.7"
12+
rust_keylock = {git = "https://github.com/rust-keylock/rust-keylock-lib"}
1313
j4rs = "0.3"
1414
libc = "0.2"
1515
jni-sys = "0.3"
@@ -18,4 +18,4 @@ serde_json = "1.0"
1818
serde_derive = "1.0"
1919
lazy_static = "1.2"
2020
log = "0.4"
21-
android_logger = "0.6"
21+
android_logger = "0.7"

0 commit comments

Comments
 (0)