Skip to content

Commit

Permalink
updating build for secureshare support
Browse files Browse the repository at this point in the history
  • Loading branch information
vitriolix committed Dec 23, 2014
1 parent 8ff5169 commit 12ef898
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
compile 'com.android.support:support-v4:21.0.3'
compile 'com.squareup.okhttp:okhttp:2.1.0'
compile 'com.squareup.okio:okio:1.1.0'
compile project(':external:SecureShareLib:SecureShareUILibrary')
}

apt {
Expand Down
2 changes: 2 additions & 0 deletions git-submodule-sync.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
git submodule foreach --recursive "git submodule sync"
git submodule update --init --recursive
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include ':app'
include ':external:SecureShareLib:SecureShareUILibrary'
include ':external:SecureShareLib:SecureShareUILibrary:external:facebook-sdk:facebook'

0 comments on commit 12ef898

Please sign in to comment.