Skip to content

Instantly share code, notes, and snippets.

@hsiaoer
Last active September 11, 2019 14:23
Show Gist options
  • Save hsiaoer/ad7fe80604f8ecf8d3d5cf826a1ea9cf to your computer and use it in GitHub Desktop.
Save hsiaoer/ad7fe80604f8ecf8d3d5cf826a1ea9cf to your computer and use it in GitHub Desktop.
Sample project build.gradle
// Top-level build file where you can add configuration options common to all sub-projects/modules.
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven {
url "https://fritz.mycloudrepo.io/public/repositories/android"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment