Skip to content

Instantly share code, notes, and snippets.

@mzgreen
Created June 23, 2015 10:38
Show Gist options
  • Save mzgreen/233f4f7da7142a0e3fc2 to your computer and use it in GitHub Desktop.
Save mzgreen/233f4f7da7142a0e3fc2 to your computer and use it in GitHub Desktop.
HideOnScrollExample - build file
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
minSdkVersion 14
targetSdkVersion 22
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:cardview-v7:22.2.0'
compile 'com.android.support:design:22.2.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment