Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhizi715 committed Jan 29, 2022
1 parent 48e144b commit cf1be08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext {

saf_log : "v2.6.0",

tony_common_utils : "1.2.6"
tony_common_utils : "v1.2.7"
]
}

Expand Down
2 changes: 0 additions & 2 deletions saf-kotlin-ext/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@ dependencies {
}

repositories {
jcenter()
maven { url 'https://jitpack.io' }
}

allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
//加上这些
Expand Down
4 changes: 1 addition & 3 deletions saf-kotlin-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,18 @@ dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

implementation "tony-common:tony-common-utils:${libs.tony_common_utils}"
implementation "com.github.fengzhizi715.tony-common:tony-common-utils:${libs.tony_common_utils}"

compileOnly "io.reactivex.rxjava2:rxandroid:${libs.rxandroid}"
compileOnly "io.reactivex.rxjava2:rxjava:${libs.rxjava}"
}

repositories {
jcenter()
maven { url 'https://jitpack.io' }
}

allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
//加上这些
Expand Down

0 comments on commit cf1be08

Please sign in to comment.