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:
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.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
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.8.2 " >
5+ android : versionName =" 0.9.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.8.2 </version >
7+ <version >0.9.0 </version >
88 <packaging >apk</packaging >
99
1010 <name >rust-keylock-android</name >
Original file line number Diff line number Diff line change 11[package ]
22name = " rustkeylockandroid"
3- version = " 0.8.2 "
3+ version = " 0.9.0 "
44authors = [" aston <astonbitecode@gmail.com>" ]
55edition = " 2018"
66
You can’t perform that action at this time.
0 commit comments