diff --git a/build.gradle b/build.gradle index 196c569..f58879d 100644 --- a/build.gradle +++ b/build.gradle @@ -11,8 +11,9 @@ buildscript { // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files - classpath 'com.novoda:bintray-release:0.5.0' +// classpath 'com.novoda:bintray-release:0.9.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" + classpath 'com.github.panpf.bintray-publish:bintray-publish:1.0.0' } } diff --git a/library/build.gradle b/library/build.gradle index 824c105..2575478 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -1,6 +1,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' -apply plugin: 'com.novoda.bintray-release' +apply plugin: 'com.github.panpf.bintray-publish' +//apply plugin: 'com.novoda.bintray-release' android { compileSdkVersion 29 defaultConfig { @@ -33,11 +34,11 @@ dependencies { } publish { - userOrg = 'SkywalkerDarren' - groupId = 'com.SkywalkerDarren' + userOrg = 'skywalkerdarren' + groupId = 'com.skywalkerdarren' artifactId = 'skeleton' publishVersion = '2.0.0' - bintrayUser = 'SkywalkerDarren' + bintrayUser = 'skywalkerdarren' bintrayKey = '' desc = 'a library provider a easy way to show skeleton loading view' website = 'https://github.com/SkywalkerDarren/Skeleton'