Skip to content

Commit 536e7d4

Browse files
committed
Remove the jcenter configuration
1 parent 93a00c3 commit 536e7d4

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ buildscript {
88
dependencies {
99
classpath 'com.android.tools.build:gradle:3.6.3'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11-
classpath 'com.novoda:bintray-release:0.9.1'
1211
}
1312
}
1413

library/build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
3-
apply plugin: 'com.novoda.bintray-release'
43

54
android {
65
compileSdkVersion 30
@@ -30,16 +29,5 @@ android {
3029

3130
dependencies {
3231
implementation fileTree(dir: 'libs', include: ['*.jar'])
33-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3432
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
35-
}
36-
37-
publish {
38-
userOrg = 'dylancai'
39-
repoName = 'maven'
40-
groupId = 'com.dylanc'
41-
artifactId = 'loadinghelper'
42-
publishVersion = '2.2.0'
43-
desc = 'A highly expandable Android library for showing loading status view with the low-coupling way.'
44-
website = 'https://github.com/DylanCaiCoding/LoadingHelper'
4533
}

0 commit comments

Comments
 (0)