Skip to content

Commit 2dca994

Browse files
Remove bintray issue
1 parent 84bbc7d commit 2dca994

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ buildscript {
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:4.1.3'
10-
11-
// NOTE: Do not place your application dependencies here; they belong
12-
// in the individual module build.gradle files
13-
classpath 'com.novoda:bintray-release:0.5.0'
1410
}
1511
}
1612

library/build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: 'com.android.library'
2-
apply plugin: 'com.novoda.bintray-release'
32
android {
43
compileSdkVersion 28
54
defaultConfig {
@@ -23,13 +22,3 @@ dependencies {
2322
implementation 'androidx.appcompat:appcompat:1.2.0'
2423
}
2524

26-
publish {
27-
userOrg = 'ethanhua'
28-
groupId = 'com.ethanhua'
29-
artifactId = 'skeleton'
30-
publishVersion = '1.1.2'
31-
bintrayUser = 'ethanhua'
32-
bintrayKey = ''
33-
desc = 'a library provider a easy way to show skeleton loading view'
34-
website = 'https://github.com/ethanhua/Skeleton'
35-
}

0 commit comments

Comments
 (0)