Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hss01248 committed Dec 16, 2022
2 parents 0babc8b + e701146 commit 7506ff1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deps/depsLastestChecker.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildscript {


this.gradle.addBuildListener(new BuildListener() {
@Override
//@Override
void buildStarted(Gradle gradle) {

}
Expand Down
2 changes: 1 addition & 1 deletion remote2.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if(isLocal()){
}

gradle.addBuildListener(new BuildListener() {
@Override
//@Override
void buildStarted(Gradle gradle) {

}
Expand Down
2 changes: 1 addition & 1 deletion remote2_forRN.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if(isLocal()){
}

gradle.addBuildListener(new BuildListener() {
@Override
//@Override
void buildStarted(Gradle gradle) {

}
Expand Down
5 changes: 4 additions & 1 deletion remote3.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ rootProject.buildscript {
}
mavenLocal()
google()
jcenter()
//jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
maven {
url 'https://maven.aliyun.com/repository/jcenter'
}



Expand Down
2 changes: 1 addition & 1 deletion z_config/deps/depsLastestChecker.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildscript {


this.gradle.addBuildListener(new BuildListener() {
@Override
//@Override
void buildStarted(Gradle gradle) {

}
Expand Down

0 comments on commit 7506ff1

Please sign in to comment.