ext { bintrayRepo = 'maven' bintrayName = 'and-linker' publishedGroupId = 'com.codezjx.library' libraryName = 'AndLinker' artifact = 'andlinker' 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.' siteUrl = 'https://github.com/codezjx/AndLinker' gitUrl = 'https://github.com/codezjx/AndLinker.git' libraryVersion = '0.7.1' developerId = 'codezjx' developerName = 'codezjx' developerEmail = 'code.zjx@gmail.com' licenseName = 'The Apache Software License, Version 2.0' licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt' allLicenses = ["Apache-2.0"] }