Skip to content
Snippets Groups Projects
build.gradle 246 B
Newer Older
  • Learn to ignore specific revisions
  • // Top-level build file where you can add configuration options common to all sub-projects/modules.
    buildscript {
        repositories {
            mavenCentral()
        }
        dependencies {
    
    akwizgran's avatar
    akwizgran committed
            classpath 'com.android.tools.build:gradle:1.5.0'