Skip to content

Instantly share code, notes, and snippets.

View chufuxi's full-sized avatar

chufuxi chufuxi

  • Lenovo Mobile
  • NanJing,China
View GitHub Profile
@chufuxi
chufuxi / build.gradle
Last active April 11, 2016 04:14
Launcher3 build.gradle
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.7.0'
}
}