Skip to content

Instantly share code, notes, and snippets.

@devwithzachary
Created February 10, 2022 14:52
Show Gist options
  • Save devwithzachary/2294b4f01a7fb798275e51299941c4b4 to your computer and use it in GitHub Desktop.
Save devwithzachary/2294b4f01a7fb798275e51299941c4b4 to your computer and use it in GitHub Desktop.
buildscript {
repositories {
google()
jcenter()
maven {url 'https://developer.huawei.com/repo/'}
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.huawei.agconnect:agcp:1.5.2.300'
}
}
allprojects {
repositories {
google()
jcenter()
maven {url 'https://developer.huawei.com/repo/'}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment