apply plugin: 'com.android.library' apply plugin: 'maven' apply plugin: 'com.novoda.bintray-release' android { compileSdkVersion 23 buildToolsVersion "23.0.3" defaultConfig { minSdkVersion 15 targetSdkVersion 23 versionCode 1 versionName "2017.5.8" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } productFlavors { } lintOptions { abortOnError false checkReleaseBuilds false } } dependencies { compile 'com.android.support:appcompat-v7:23.4.0' } publish { userOrg = 'mylhyl' groupId = 'com.mylhyl' artifactId = 'circleDialog' version = '2.1.6' description = 'circleDialog ios style' website = "https://github.com/mylhyl/Android-CircleDialog" }