Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. include ':myApp'
  2. include ':libs:facebook'
  3. include ':libs:ApplicasaSDK'
  4. include ':libs'
  5.  
  6. dependencies {
  7. compile fileTree(dir: 'libs', include: ['*.jar'])
  8. compile project(':libs:facebook')
  9. compile project(':libs:ApplicasaSDK')
  10. compile 'com.android.support:support-v4:19.1.0'
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement