File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22// apply plugin: 'bintray-release'
33apply plugin : ' com.github.dcendents.android-maven'
44
5- group= ' com.noober.background '
5+ group= ' com.github.JavaNoober '
66
77android {
88 compileSdkVersion 29
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22// apply plugin: 'bintray-release'
33apply plugin : ' com.github.dcendents.android-maven'
44
5- group= ' com.noober.background '
5+ group= ' com.github.JavaNoober '
66
77android {
88 compileSdkVersion 29
You can’t perform that action at this time.
0 commit comments