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 a1ac713 commit c868418
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 30 deletions.
2 changes: 0 additions & 2 deletions debug_view/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@ dependencies {
}

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

allprojects {
repositories {
// jcenter()
maven { url "https://jitpack.io" }
}
//加上这些
Expand Down
4 changes: 0 additions & 4 deletions extension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ android {

dependencies {
testImplementation 'junit:junit:4.+'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.github.fengzhizi715.bytekit:core:v1.3.0'
Expand All @@ -48,13 +46,11 @@ dependencies {
}

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

allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
//加上这些
Expand Down
10 changes: 0 additions & 10 deletions extension/src/main/res/values/colors.xml

This file was deleted.

10 changes: 0 additions & 10 deletions extension/src/main/res/values/themes.xml

This file was deleted.

2 changes: 0 additions & 2 deletions file/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,11 @@ dependencies {


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

allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
//加上这些
Expand Down
2 changes: 0 additions & 2 deletions okhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,11 @@ dependencies {
}

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

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

0 comments on commit c868418

Please sign in to comment.