File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -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.8.2 -unsigned.apk rustkeylock
23
- - " ${ANDROID_HOME}/build-tools/26.0.2/zipalign -v 4 java/target/rust-keylock-android-0.8.2 -unsigned.apk
22
+ $storepass -keypass $keypass java/target/rust-keylock-android-0.9.0 -unsigned.apk rustkeylock
23
+ - " ${ANDROID_HOME}/build-tools/26.0.2/zipalign -v 4 java/target/rust-keylock-android-0.9.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.8.2 " >
5
+ android : versionName =" 0.9.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.8.2 </version >
7
+ <version >0.9.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.8.2 "
3
+ version = " 0.9.0 "
4
4
authors = [
" aston <[email protected] >" ]
5
5
edition = " 2018"
6
6
You can’t perform that action at this time.
0 commit comments