Skip to content

Instantly share code, notes, and snippets.

@rsicarelli
Created March 11, 2016 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsicarelli/5903b5189986d5a280dd to your computer and use it in GitHub Desktop.
Save rsicarelli/5903b5189986d5a280dd to your computer and use it in GitHub Desktop.
//build.gradle do root do projeto
buildscript {
repositories {
jcenter()
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'io.fabric.tools:gradle:1.+'
}
}
//build.gradle do projeto
apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
repositories {
jcenter()
maven { url 'https://maven.fabric.io/public' }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment