Skip to content

Instantly share code, notes, and snippets.

@ahornerr
Created December 12, 2013 17:27
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 ahornerr/7931879 to your computer and use it in GitHub Desktop.
Save ahornerr/7931879 to your computer and use it in GitHub Desktop.
compile 'com.android.support:appcompat-v7:19.0.+'
compile 'com.android.support:support-v4:19.0.+'
compile 'com.google.android.gms:play-services:3.+'
compile 'com.google.code.gson:gson:2.2.4'
compile 'commons-codec:commons-codec:1.8'
compile 'commons-io:commons-io:2.4'
compile 'com.github.chrisbanes.actionbarpulltorefresh:library:0.8'
compile 'com.github.chrisbanes.actionbarpulltorefresh:extra-abc:0.8'
compile 'se.emilsjolander:stickylistheaders:+'
compile 'com.googlecode.android-query:android-query:0.25.9'
compile fileTree(dir: 'libs', include: '*.jar')
compile project(':SlidingMenu')
compile project(':Caldroid')
compile project(':BGSUFeedback')
compile project(':ViewPagerIndicator')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment