Skip to content

Commit c7f016b

Browse files
committed
Updating sshlib to the latest available version that has my fixes for UTF-8 characters in credentials.
1 parent 9ee1761 commit c7f016b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pubkeyGenerator/build.gradle

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 27
5-
buildToolsVersion "26.0.2"
5+
buildToolsVersion "27.0.3"
66

77
defaultConfig {
88
minSdkVersion 8
9-
targetSdkVersion 8
9+
targetSdkVersion 27
1010
}
1111

1212
buildTypes {
@@ -22,6 +22,5 @@ android {
2222
}
2323

2424
dependencies {
25-
compile 'com.jcraft:jzlib:1.1.3'
26-
compile 'org.connectbot:sshlib:2.2.5'
25+
compile 'org.connectbot:sshlib:2.2.9'
2726
}

0 commit comments

Comments
 (0)