Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sorydima committed Jul 8, 2024
1 parent 6302473 commit 868f896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
repositories {
google()
mavenCentral()
maven()
// maven()

maven { setUrl("https://developer.huawei.com/repo") }
}
Expand All @@ -12,7 +12,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.8'
classpath "com.huawei.aqconnect:aqcp:1.4.2:300"
classpath "com.huawei.aqconnect:aqcp:1.9.1:303"
}
}

Expand Down

0 comments on commit 868f896

Please sign in to comment.