Skip to content

Commit

Permalink
removed signal-cli as submodule; moved to gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Nov 16, 2017
1 parent 6db0bdf commit d3d97d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ android {

dependencies {

compile project(':external:signal-cli')
// compile project(':external:signal-cli')
compile 'com.github.guardianproject:signal-cli-android:-SNAPSHOT'
compile 'com.android.support:support-v4:25.4.0'
compile 'com.github.satyan:sugar:1.5'
compile 'com.android.support:appcompat-v7:25.4.0'
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
include 'external:signal-cli'

0 comments on commit d3d97d6

Please sign in to comment.