Skip to content

Instantly share code, notes, and snippets.

@janishar
Last active September 10, 2017 09:17
Show Gist options
  • Select an option

  • Save janishar/e202b1452135bd93d37626e1f9639350 to your computer and use it in GitHub Desktop.

Select an option

Save janishar/e202b1452135bd93d37626e1f9639350 to your computer and use it in GitHub Desktop.
android {
...
sourceSets {
main {
assets.srcDirs = ['src/main/assets', 'src/main/assets/']
res.srcDirs = ['src/main/res', 'src/main/res/drawable']
}
}
}
dependencies {
...
compile 'com.mindorks:placeholderview:0.7.1'
compile 'com.android.support:cardview-v7:25.3.1'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.google.code.gson:gson:2.7'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment