Skip to content

Commit

Permalink
Moves the Juicessh plugin library to jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett committed Sep 14, 2016
1 parent 22f5b9b commit a6cb81a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-media-compat/24.2.0/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/24.2.0/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-vector-drawable/24.2.0/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.github.Sonelli/juicessh-pluginlibrary/cf1a9c3494/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.journeyapps/zxing-android-embedded/3.2.0/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.sonelli/juicessh-pluginlibrary/1.0.13/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-safeguard" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant-run-support" />
Expand All @@ -124,14 +124,14 @@
<orderEntry type="library" exported="" name="support-core-ui-24.2.0" level="project" />
<orderEntry type="library" exported="" name="support-core-utils-24.2.0" level="project" />
<orderEntry type="library" exported="" name="zxing-android-embedded-3.2.0" level="project" />
<orderEntry type="library" exported="" name="juicessh-pluginlibrary-1.0.13" level="project" />
<orderEntry type="library" exported="" name="appcompat-v7-24.2.0" level="project" />
<orderEntry type="library" exported="" name="support-fragment-24.2.0" level="project" />
<orderEntry type="library" exported="" name="support-annotations-24.2.0" level="project" />
<orderEntry type="library" exported="" name="support-vector-drawable-24.2.0" level="project" />
<orderEntry type="library" exported="" name="animated-vector-drawable-24.2.0" level="project" />
<orderEntry type="library" exported="" name="core-3.2.1" level="project" />
<orderEntry type="library" exported="" name="commons-validator-1.4.1" level="project" />
<orderEntry type="library" exported="" name="juicessh-pluginlibrary-cf1a9c3494" level="project" />
<orderEntry type="library" exported="" name="commons-digester-1.8.1" level="project" />
</component>
</module>
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.model.application'
repositories {
maven { url 'https://raw.github.com/Sonelli/maven/master' }
maven { url "https://jitpack.io" }
}
model {

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

0 comments on commit a6cb81a

Please sign in to comment.