Navigation Menu

Skip to content

Commit

Permalink
Move ssh library to toplevel.
Browse files Browse the repository at this point in the history
  • Loading branch information
eidottermihi committed Feb 1, 2016
1 parent 8802582 commit f12a24b
Show file tree
Hide file tree
Showing 49 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -52,7 +52,7 @@ android {
}

dependencies {
compile project(':libraries:ssh')
compile project(':ssh')
compile 'com.nononsenseapps:filepicker:2.5.1'
compile 'io.freefair.android-colors:material:1.2.0'
compile 'io.freefair.android-injection:injection:1.0.0-rc3'
Expand Down
9 changes: 0 additions & 9 deletions libraries/ssh/src/main/AndroidManifest.xml

This file was deleted.

2 changes: 1 addition & 1 deletion settings.gradle
@@ -1 +1 @@
include ':libraries:ssh', ':app'
include ':ssh', ':app'
File renamed without changes.
File renamed without changes.

0 comments on commit f12a24b

Please sign in to comment.