Skip to content

Commit a6cb81a

Browse files
committed
Moves the Juicessh plugin library to jitpack
1 parent 22f5b9b commit a6cb81a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/app.iml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-media-compat/24.2.0/jars" />
9898
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/24.2.0/jars" />
9999
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-vector-drawable/24.2.0/jars" />
100+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.github.Sonelli/juicessh-pluginlibrary/cf1a9c3494/jars" />
100101
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.journeyapps/zxing-android-embedded/3.2.0/jars" />
101-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.sonelli/juicessh-pluginlibrary/1.0.13/jars" />
102102
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
103103
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-safeguard" />
104104
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant-run-support" />
@@ -124,14 +124,14 @@
124124
<orderEntry type="library" exported="" name="support-core-ui-24.2.0" level="project" />
125125
<orderEntry type="library" exported="" name="support-core-utils-24.2.0" level="project" />
126126
<orderEntry type="library" exported="" name="zxing-android-embedded-3.2.0" level="project" />
127-
<orderEntry type="library" exported="" name="juicessh-pluginlibrary-1.0.13" level="project" />
128127
<orderEntry type="library" exported="" name="appcompat-v7-24.2.0" level="project" />
129128
<orderEntry type="library" exported="" name="support-fragment-24.2.0" level="project" />
130129
<orderEntry type="library" exported="" name="support-annotations-24.2.0" level="project" />
131130
<orderEntry type="library" exported="" name="support-vector-drawable-24.2.0" level="project" />
132131
<orderEntry type="library" exported="" name="animated-vector-drawable-24.2.0" level="project" />
133132
<orderEntry type="library" exported="" name="core-3.2.1" level="project" />
134133
<orderEntry type="library" exported="" name="commons-validator-1.4.1" level="project" />
134+
<orderEntry type="library" exported="" name="juicessh-pluginlibrary-cf1a9c3494" level="project" />
135135
<orderEntry type="library" exported="" name="commons-digester-1.8.1" level="project" />
136136
</component>
137137
</module>

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.android.model.application'
22
repositories {
3-
maven { url 'https://raw.github.com/Sonelli/maven/master' }
3+
maven { url "https://jitpack.io" }
44
}
55
model {
66

@@ -64,5 +64,5 @@ dependencies {
6464
compile 'dnsjava:dnsjava:2.1.7'
6565
compile 'com.google.zxing:core:3.2.1'
6666
compile 'com.journeyapps:zxing-android-embedded:3.2.0@aar'
67-
compile 'com.sonelli:juicessh-pluginlibrary:1.0.+@aar'
67+
compile 'com.github.Sonelli:juicessh-pluginlibrary:cf1a9c3494'
6868
}

0 commit comments

Comments
 (0)