Skip to content

Commit

Permalink
possible dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riskpp committed Aug 1, 2022
1 parent 6f28e15 commit ba3c17d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 25 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
buildscript {

repositories {
maven {
url 'https://maven.google.com/'
name 'Google'
}
mavenCentral()
google()
// huawei maven
Expand Down Expand Up @@ -34,10 +30,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven {
url 'https://maven.google.com/'
name 'Google'
}
// huawei maven
maven { url 'https://developer.huawei.com/repo/' }
}
Expand Down
7 changes: 2 additions & 5 deletions infobip-mobile-messaging-huawei-chat-sdk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
buildscript {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.2'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
buildscript {
repositories {
maven {
url 'https://maven.google.com/'
name 'Google'
}
google()
mavenCentral()
}
dependencies {
Expand Down
5 changes: 1 addition & 4 deletions infobip-mobile-messaging-huawei-geo-sdk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
buildscript {
repositories {
maven { url 'https://developer.huawei.com/repo/' }
maven {
url 'https://maven.google.com/'
name 'Google'
}
google()
mavenCentral()
}
dependencies {
Expand Down
4 changes: 0 additions & 4 deletions infobip-mobile-messaging-huawei-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ buildscript {
repositories {
google()
maven { url 'https://developer.huawei.com/repo/' }
maven {
url 'https://maven.google.com/'
name 'Google'
}
mavenCentral()
}
dependencies {
Expand Down

0 comments on commit ba3c17d

Please sign in to comment.