Skip to content

Commit e4d69f5

Browse files
author
肖琪(融汇/产品技术中心)
committed
1.6.8
1 parent c69c59d commit e4d69f5

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ dependencies {
3737
testImplementation 'junit:junit:4.12'
3838
androidTestImplementation 'com.android.support.test:runner:1.0.2'
3939
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
40-
implementation 'com.noober.background:core:1.6.5'
40+
// implementation 'com.noober.background:core:1.6.5'
4141
// implementation 'com.github.JavaNoober:BackgroundLibrary:1.6.6'
42-
implementation project(':library')
42+
// implementation project(':library')
43+
implementation 'com.github.JavaNoober.BackgroundLibrary:library:1.6.7'
4344
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4445
}

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
//apply plugin: 'bintray-release'
33
apply plugin: 'com.github.dcendents.android-maven'
44

5-
group='com.noober.background'
5+
group='com.github.JavaNoober'
66

77
android {
88
compileSdkVersion 29

libraryx/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
//apply plugin: 'bintray-release'
33
apply plugin: 'com.github.dcendents.android-maven'
44

5-
group='com.noober.background'
5+
group='com.github.JavaNoober'
66

77
android {
88
compileSdkVersion 29

0 commit comments

Comments
 (0)