Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Last active October 13, 2018 02:21
Show Gist options
  • Save markchristopherng/09e69071dcaeafc976f76fed31d43865 to your computer and use it in GitHub Desktop.
Save markchristopherng/09e69071dcaeafc976f76fed31d43865 to your computer and use it in GitHub Desktop.
android {
compileSdkVersion 'android-27'
buildToolsVersion '27.0.3'
defaultConfig {
minSdkVersion 18
targetSdkVersion 27
}
}
dependencies {
//Support libs
implementation "com.android.support:support-v4:27.1.1"
implementation "com.android.support:appcompat-v7:27.1.1"
implementation "com.android.support:cardview-v7:27.1.1"
implementation "com.android.support:recyclerview-v7:27.1.1"
implementation "com.android.support:design:27.1.1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment