Created
December 3, 2021 14:41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
buildscript { | |
repositories { | |
google() | |
jcenter() | |
maven { url 'http://developer.huawei.com/repo/' } // Configure this maven. | |
} | |
dependencies { | |
classpath "com.android.tools.build:gradle:4.1.1" | |
classpath 'com.huawei.agconnect:agcp:1.5.1.300' // Configure this path. | |
// NOTE: Do not copy your dependencies in here, which should be included | |
// in the build.gradle files of each module. | |
} | |
} | |
allprojects { | |
repositories { | |
google() | |
jcenter() | |
maven { url 'http://developer.huawei.com/repo/' } // Configure this maven. | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment