Skip to content

Instantly share code, notes, and snippets.

@anb
Created October 31, 2014 15:24
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 anb/6cb76263499c86ce24c7 to your computer and use it in GitHub Desktop.
Save anb/6cb76263499c86ce24c7 to your computer and use it in GitHub Desktop.
repositories {
flatDir {
dirs 'libs'
}
}
dependencies {
compile 'com.keylemon.oasis:oasis:0.9@aar'
compile 'com.keylemon.camera:cameralibrary:0.9.3@aar'
compile 'com.android.support:appcompat-v7:21.0.0'
compile 'com.github.amlcurran.showcaseview:library:5.0.0'
compile 'com.github.castorflex.smoothprogressbar:library-circular:1.0.1'
compile 'com.melnykov:floatingactionbutton:1.0.6'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment