Skip to content

Commit

Permalink
Update bintray-release
Browse files Browse the repository at this point in the history
  • Loading branch information
SkywalkerDarren committed Nov 14, 2020
1 parent e0298e7 commit 99a6617
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
9 changes: 5 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 99a6617

Please sign in to comment.