Skip to content

Instantly share code, notes, and snippets.

@guilhermecarvalhocarneiro
Created August 27, 2015 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guilhermecarvalhocarneiro/d833282ae37114ccb322 to your computer and use it in GitHub Desktop.
Save guilhermecarvalhocarneiro/d833282ae37114ccb322 to your computer and use it in GitHub Desktop.
Problema ao carregar as dependencias.
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':volley')
compile 'com.squareup.picasso:picasso:2.1.1'
compile 'com.google.android.gms:play-services-location:7.8.0'
compile 'com.google.android.gms:play-services-analytics:7.5.0'
compile 'com.android.support:palette-v7:21.0.0'
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.google.android.gms:play-services-maps:7.5.0'
compile 'com.android.support:support-v4:18.0.+'
compile 'br.com.livroandroid:android-utils:1.0.0'
compile 'com.android.support:design:22.2.0'
compile 'com.android.support:cardview-v7:22.2.1'
compile 'com.android.support:recyclerview-v7:22.2.1'
compile 'de.greenrobot:eventbus:2.4.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment