File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed
Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff 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
2119allprojects {
2220 repositories {
23- // maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
2421 google()
25- jcenter ()
22+ mavenCentral ()
2623 }
2724}
2825
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22apply plugin : ' kotlin-android'
33apply plugin : ' kotlin-android-extensions'
4- apply plugin : ' com.novoda.bintray-release'
54
65android {
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
You can’t perform that action at this time.
0 commit comments