You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
761 B

  1. ext {
  2. bintrayRepo = 'maven'
  3. bintrayName = 'and-linker'
  4. publishedGroupId = 'com.codezjx.library'
  5. libraryName = 'AndLinker'
  6. artifact = 'andlinker'
  7. libraryDescription = 'AndLinker is a IPC library for Android, which combines the features of AIDL and Retrofit. Allows IPC call seamlessly compose with rxjava and rxjava2 call adapters.'
  8. siteUrl = 'https://github.com/codezjx/AndLinker'
  9. gitUrl = 'https://github.com/codezjx/AndLinker.git'
  10. libraryVersion = '0.7.1'
  11. developerId = 'codezjx'
  12. developerName = 'codezjx'
  13. developerEmail = 'code.zjx@gmail.com'
  14. licenseName = 'The Apache Software License, Version 2.0'
  15. licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
  16. allLicenses = ["Apache-2.0"]
  17. }