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 66 components :
77 - platform-tools
88 - tools
9- - build-tools-26 .0.2
9+ - build-tools-25 .0.2
1010 - android-16
1111before_install :
1212 - openssl aes-256-cbc -K $encrypted_2f32dd076c5d_key -iv $encrypted_2f32dd076c5d_iv
@@ -19,8 +19,8 @@ script:
1919 - mvn -f java/pom.xml clean install
2020before_deploy :
2121 - 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
2424 java/target/rust-keylock-android.apk"
2525deploy :
2626 overwrite : true
Original file line number Diff line number Diff line change 22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package =" org.astonbitecode.rustkeylock"
44 android : versionCode =" 1"
5- android : versionName =" 0.10 .0" >
5+ android : versionName =" 0.11 .0" >
66
77 <uses-sdk
88 android : minSdkVersion =" 16"
Original file line number Diff line number Diff line change 44
55 <groupId >org.astonbitecode.rustkeylock</groupId >
66 <artifactId >rust-keylock-android</artifactId >
7- <version >0.10 .0</version >
7+ <version >0.11 .0</version >
88 <packaging >apk</packaging >
99
1010 <name >rust-keylock-android</name >
4242 <dependency >
4343 <groupId >io.github.astonbitecode</groupId >
4444 <artifactId >j4rs</artifactId >
45- <version >0.10.2 -java7</version >
45+ <version >0.11.0 -java7</version >
4646 </dependency >
4747 <dependency >
4848 <groupId >com.dropbox.core</groupId >
Original file line number Diff line number Diff line change 11[package ]
22name = " rustkeylockandroid"
3- version = " 0.10 .0"
3+ version = " 0.11 .0"
44authors = [
" aston <[email protected] >" ]
55edition = " 2018"
66
@@ -9,8 +9,8 @@ name = "rustkeylockandroid"
99crate-type = [" cdylib" ]
1010
1111[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 "
1414libc = " 0.2"
1515jni-sys = " 0.3"
1616serde = { version = " 1.0" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments