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 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.2.2 " >
5
+ android : versionName =" 0.2.1 " >
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.2.2-SNAPSHOT </version >
7
+ <version >0.2.1 </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.2.2 "
3
+ version = " 0.2.1 "
4
4
authors = [
" aston <[email protected] >" ]
5
5
6
6
[lib ]
7
7
name = " rustkeylockandroid"
8
8
crate-type = [" cdylib" ]
9
9
10
10
[dependencies ]
11
- rust_keylock = { git = " https://github.com/rust-keylock/rust-keylock-lib " , rev = " HEAD " }
11
+ rust_keylock = " 0.2.1 "
12
12
libc = " 0.2"
13
13
lazy_static = " 0.2"
14
14
log = " 0.3"
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ impl Editor for AndroidImpl {
113
113
}
114
114
}
115
115
116
- fn show_message ( & self , message : & str ) -> UserSelection {
116
+ fn show_message ( & self , message : & ' static str ) -> UserSelection {
117
117
debug ! ( "Showing Message '{}'" , message) ;
118
118
( self . show_message_cb ) ( super :: to_java_string ( message. to_string ( ) ) ) ;
119
119
let user_selection = self . rx . recv ( ) . unwrap ( ) ;
You can’t perform that action at this time.
0 commit comments