File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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' )
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2- apply plugin : ' bintray-release'
2+ // apply plugin: 'bintray-release'
33
44android {
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+ // }
4848repositories {
4949 mavenCentral()
5050}
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2- apply plugin : ' bintray-release'
2+ // apply plugin: 'bintray-release'
33
44android {
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+ // }
4848repositories {
4949 mavenCentral()
5050}
You can’t perform that action at this time.
0 commit comments