Skip to content

Instantly share code, notes, and snippets.

@cakfan
Created August 17, 2016 01:31
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 cakfan/84af171daeae681ba0d6a9f1486b3504 to your computer and use it in GitHub Desktop.
Save cakfan/84af171daeae681ba0d6a9f1486b3504 to your computer and use it in GitHub Desktop.
apply plugin: 'com.android.application'
android {
...
...
...
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:support-v4:23.4.0'
compile 'com.android.support:design:23.4.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment