Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
1234567891011121314151617181920212223
  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. }