Skip to content

Instantly share code, notes, and snippets.

View cupatil's full-sized avatar

Chetan Patil cupatil

  • Pune, India
View GitHub Profile
@cupatil
cupatil / build.gradle
Created March 24, 2017 13:03 — forked from maheshwarLigade/build.gradle
Example of use from Proguard, from Android Studio
buildscript {
repositories {
mavenCentral()
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:0.9.+'
classpath 'com.squareup.gradle:gradle-android-test-plugin:0.9.1-SNAPSHOT'