Skip to content

Instantly share code, notes, and snippets.

@adam-hurwitz
Last active February 4, 2020 22:42
Show Gist options
  • Save adam-hurwitz/ebee2839e5fe4f3d9a5b1b5c49df8e50 to your computer and use it in GitHub Desktop.
Save adam-hurwitz/ebee2839e5fe4f3d9a5b1b5c49df8e50 to your computer and use it in GitHub Desktop.
Jcenter gradle configuration
ext {
bintrayRepo = 'customrippleview'
bintrayName = 'customrippleview'
publishedGroupId = 'com.ebay.customrippleview'
libraryName = 'CustomRippleView'
artifact = 'customrippleview'
libraryDescription = 'Custom Ripple View for Android'
siteUrl = 'https://github.com/eBay/CustomRippleView'
gitUrl = 'https://github.com/eBay/CustomRippleView.git'
libraryVersion = '1.0'
developerId = 'adamhurwitz'
developerName = 'Adam Hurwitz'
developerEmail = 'yourEmail@gmail.com'
licenseName = 'The Apache Software License, Version 2.0'
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
allLicenses = ["Apache-2.0"]
}
// Place it at the end of the file
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment