Skip to content

Instantly share code, notes, and snippets.

@BCsl
Created November 3, 2016 07:03
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 BCsl/e5304d4cbd091487fd0e588b00b5e13b to your computer and use it in GitHub Desktop.
Save BCsl/e5304d4cbd091487fd0e588b00b5e13b to your computer and use it in GitHub Desktop.
Gradle dependency
def supportLibraryVersion = '24.2.1'
ext.deps = [
supportCompat: "com.android.support:support-compat:$supportLibraryVersion",
]
dependencies {
compile deps.supportCompat
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment