Skip to content

Commit 8b0563b

Browse files
committed
move to jitpack from jcenter
1 parent 3f85b63 commit 8b0563b

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ buildscript {
44
ext.kotlin_version = '1.3.50'
55

66
repositories {
7-
// maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
87
google()
9-
jcenter()
8+
mavenCentral()
109
}
1110
dependencies {
1211
classpath 'com.android.tools.build:gradle:3.5.0'
13-
classpath 'com.novoda:bintray-release:0.9.2'
1412
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1513

1614
// NOTE: Do not place your application dependencies here; they belong
@@ -20,9 +18,8 @@ buildscript {
2018

2119
allprojects {
2220
repositories {
23-
// maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
2421
google()
25-
jcenter()
22+
mavenCentral()
2623
}
2724
}
2825

easy-adapter/build.gradle

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
4-
apply plugin: 'com.novoda.bintray-release'
54

65
android {
76
compileSdkVersion 28
@@ -34,13 +33,13 @@ dependencies {
3433
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3534
}
3635

37-
publish {
38-
userOrg = 'li-xiaojun'
39-
groupId = 'com.lxj'
40-
artifactId = 'easyadapter'
41-
publishVersion = '1.2.3'
42-
repoName = 'jrepo'
43-
desc = 'An simpify version for hongyangAndroid baseAdapter!'
44-
website = 'https://github.com/li-xiaojun/EasyAdapter'
45-
}
36+
//publish {
37+
// userOrg = 'li-xiaojun'
38+
// groupId = 'com.lxj'
39+
// artifactId = 'easyadapter'
40+
// publishVersion = '1.2.3'
41+
// repoName = 'jrepo'
42+
// desc = 'An simpify version for hongyangAndroid baseAdapter!'
43+
// website = 'https://github.com/li-xiaojun/EasyAdapter'
44+
//}
4645

0 commit comments

Comments
 (0)