Skip to content

Instantly share code, notes, and snippets.

View Morphin3's full-sized avatar

Morphin3 Morphin3

  • Netease
  • Hang Zhou,China
View GitHub Profile
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.5.6'
}
}
task wrapper(type: Wrapper) {