Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am ishmaelthedestroyer on github.
  • I am ishmaelsamuel (https://keybase.io/ishmaelsamuel) on keybase.
  • I have a public key ASDfmnYzoERcr7ORUfhVcxPCl1mrY9m390ak9nSMByCLiQo

To claim this, I am signing this object:

@ishmaelthedestroyer
ishmaelthedestroyer / build.gradle
Created October 29, 2014 22:19
Hashtack gradle
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
}
}
apply plugin: 'android'