Skip to content

Instantly share code, notes, and snippets.

@gyasistory
gyasistory / SecondTest_build.gradle
Created May 16, 2013 14:59
This is just a test
buildscript {
repositories {
maven { url 'http://repo1.maven.org/maven2' }
}
dependencies {
classpath 'com.android.tools.build:gradle:0.4'
}
}
apply plugin: 'android'