Skip to content

Instantly share code, notes, and snippets.

@AgiMaulana
Created August 13, 2016 23:08
Show Gist options
  • Save AgiMaulana/dc36e00e71b7fc07cd6af4a22faa7119 to your computer and use it in GitHub Desktop.
Save AgiMaulana/dc36e00e71b7fc07cd6af4a22faa7119 to your computer and use it in GitHub Desktop.
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:recyclerview-v7:23.4.0'
compile 'com.android.support:cardview-v7:23.4.0'
compile files('libs/jxl.jar')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment