Skip to content

Instantly share code, notes, and snippets.

@diewland
Created March 29, 2016 11:10
Show Gist options
  • Save diewland/23a9681c3842fecee4da to your computer and use it in GitHub Desktop.
Save diewland/23a9681c3842fecee4da to your computer and use it in GitHub Desktop.
hotfix gradle build issue ( project/build.gradle )
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenLocal()
maven {
name "jcenter"
url "http://jcenter.bintray.com/"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment