Skip to content

Instantly share code, notes, and snippets.

@melikeeroglu
Created September 30, 2020 06:03
Show Gist options
  • Save melikeeroglu/fea26c7e23a6b769d819b338cc08c618 to your computer and use it in GitHub Desktop.
Save melikeeroglu/fea26c7e23a6b769d819b338cc08c618 to your computer and use it in GitHub Desktop.
HiAnimals app build.gradle
buildscript {
repositories {
google()
jcenter()
maven { url 'http://developer.huawei.com/repo/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.huawei.agconnect:agcp:1.3.1.300'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
maven { url 'http://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