Created
June 23, 2015 10:38
-
-
Save mzgreen/233f4f7da7142a0e3fc2 to your computer and use it in GitHub Desktop.
HideOnScrollExample - build file
This file contains 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
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