File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ deploy:
31
31
skip_cleanup : true
32
32
on :
33
33
repo : rust-keylock/rust-keylock-android
34
- # tags: true
34
+ tags : true
35
35
branch : master
36
36
env :
37
37
global :
Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" org.astonbitecode.rustkeylock"
4
4
android : versionCode =" 1"
5
- android : versionName =" 0.7 .0" >
5
+ android : versionName =" 0.8 .0" >
6
6
7
7
<uses-sdk
8
8
android : minSdkVersion =" 16"
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.astonbitecode.rustkeylock</groupId >
6
6
<artifactId >rust-keylock-android</artifactId >
7
- <version >0.7 .0</version >
7
+ <version >0.8 .0</version >
8
8
<packaging >apk</packaging >
9
9
10
10
<name >rust-keylock-android</name >
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustkeylockandroid"
3
- version = " 0.7 .0"
3
+ version = " 0.8 .0"
4
4
authors = [
" aston <[email protected] >" ]
5
5
edition = " 2018"
6
6
@@ -9,7 +9,7 @@ name = "rustkeylockandroid"
9
9
crate-type = [" cdylib" ]
10
10
11
11
[dependencies ]
12
- rust_keylock = " 0.7 "
12
+ rust_keylock = { git = " https://github.com/rust-keylock/rust-keylock-lib " }
13
13
j4rs = " 0.3"
14
14
libc = " 0.2"
15
15
jni-sys = " 0.3"
@@ -18,4 +18,4 @@ serde_json = "1.0"
18
18
serde_derive = " 1.0"
19
19
lazy_static = " 1.2"
20
20
log = " 0.4"
21
- android_logger = " 0.6 "
21
+ android_logger = " 0.7 "
You can’t perform that action at this time.
0 commit comments