Created
August 13, 2016 23:08
-
-
Save AgiMaulana/dc36e00e71b7fc07cd6af4a22faa7119 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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