File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
components :
7
7
- platform-tools
8
8
- tools
9
- - build-tools-26 .0.2
9
+ - build-tools-25 .0.2
10
10
- android-16
11
11
before_install :
12
12
- openssl aes-256-cbc -K $encrypted_2f32dd076c5d_key -iv $encrypted_2f32dd076c5d_iv
@@ -19,8 +19,8 @@ script:
19
19
- mvn -f java/pom.xml clean install
20
20
before_deploy :
21
21
- jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ks/rkl.jks -storepass
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
22
+ $storepass -keypass $keypass java/target/rust-keylock-android-0.11 .0-unsigned.apk rustkeylock
23
+ - " ${ANDROID_HOME}/build-tools/26.0.2/zipalign -v 4 java/target/rust-keylock-android-0.11 .0-unsigned.apk
24
24
java/target/rust-keylock-android.apk"
25
25
deploy :
26
26
overwrite : true
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.10 .0" >
5
+ android : versionName =" 0.11 .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.10 .0</version >
7
+ <version >0.11 .0</version >
8
8
<packaging >apk</packaging >
9
9
10
10
<name >rust-keylock-android</name >
42
42
<dependency >
43
43
<groupId >io.github.astonbitecode</groupId >
44
44
<artifactId >j4rs</artifactId >
45
- <version >0.10.2 -java7</version >
45
+ <version >0.11.0 -java7</version >
46
46
</dependency >
47
47
<dependency >
48
48
<groupId >com.dropbox.core</groupId >
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustkeylockandroid"
3
- version = " 0.10 .0"
3
+ version = " 0.11 .0"
4
4
authors = [
" aston <[email protected] >" ]
5
5
edition = " 2018"
6
6
@@ -9,8 +9,8 @@ name = "rustkeylockandroid"
9
9
crate-type = [" cdylib" ]
10
10
11
11
[dependencies ]
12
- rust_keylock = " 0.10.0 "
13
- j4rs = " 0.10 "
12
+ rust_keylock = { git = " https://github.com/rust-keylock/rust-keylock-lib.git " }
13
+ j4rs = " 0.11.0 "
14
14
libc = " 0.2"
15
15
jni-sys = " 0.3"
16
16
serde = { version = " 1.0" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments