Skip to content

Commit 3734dea

Browse files
author
肖琪(融汇/产品技术中心)
committed
移除bintray
1 parent dcca6d6 commit 3734dea

4 files changed

Lines changed: 25 additions & 22 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencies {
3838
androidTestImplementation 'com.android.support.test:runner:1.0.2'
3939
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
4040
// implementation 'com.noober.background:core:1.6.5'
41-
implementation project(':library')
41+
implementation 'com.github.JavaNoober:BackgroundLibrary:core:v1.5.7'
42+
// implementation project(':library')
4243
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4344
}

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111
dependencies {
1212
classpath 'com.android.tools.build:gradle:3.3.1'
13-
classpath 'com.novoda:bintray-release:0.8.1'
13+
// classpath 'com.novoda:bintray-release:0.8.1'
1414
// NOTE: Do not place your application dependencies here; they belong
1515
// in the individual module build.gradle files
1616
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
@@ -22,7 +22,9 @@ allprojects {
2222
google()
2323
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
2424
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
25+
maven { url 'https://jitpack.io' }
2526
}
27+
2628
tasks.withType(Javadoc) {
2729
options.addStringOption('Xdoclint:none', '-quiet')
2830
options.addStringOption('encoding', 'UTF-8')

library/build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apply plugin: 'com.android.library'
2-
apply plugin: 'bintray-release'
2+
//apply plugin: 'bintray-release'
33

44
android {
55
compileSdkVersion 29
@@ -36,15 +36,15 @@ dependencies {
3636
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
3737
}
3838

39-
publish {
40-
artifactId = 'core'
41-
userOrg = rootProject.userOrg
42-
groupId = rootProject.groupId
43-
uploadName = rootProject.uploadName
44-
publishVersion = rootProject.publishVersion
45-
desc = rootProject.desc
46-
website = rootProject.website
47-
}
39+
//publish {
40+
// artifactId = 'core'
41+
// userOrg = rootProject.userOrg
42+
// groupId = rootProject.groupId
43+
// uploadName = rootProject.uploadName
44+
// publishVersion = rootProject.publishVersion
45+
// desc = rootProject.desc
46+
// website = rootProject.website
47+
//}
4848
repositories {
4949
mavenCentral()
5050
}

libraryx/build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apply plugin: 'com.android.library'
2-
apply plugin: 'bintray-release'
2+
//apply plugin: 'bintray-release'
33

44
android {
55
compileSdkVersion 29
@@ -36,15 +36,15 @@ dependencies {
3636
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
3737
}
3838

39-
publish {
40-
artifactId = 'corex'
41-
userOrg = rootProject.userOrg
42-
groupId = rootProject.groupId
43-
uploadName = rootProject.uploadName
44-
publishVersion = rootProject.publishVersion
45-
desc = rootProject.desc
46-
website = rootProject.website
47-
}
39+
//publish {
40+
// artifactId = 'corex'
41+
// userOrg = rootProject.userOrg
42+
// groupId = rootProject.groupId
43+
// uploadName = rootProject.uploadName
44+
// publishVersion = rootProject.publishVersion
45+
// desc = rootProject.desc
46+
// website = rootProject.website
47+
//}
4848
repositories {
4949
mavenCentral()
5050
}

0 commit comments

Comments
 (0)