Skip to content

Instantly share code, notes, and snippets.

View jeromechan's full-sized avatar
🎯
Focusing

Jerome明允 jeromechan

🎯
Focusing
View GitHub Profile
@jeromechan
jeromechan / gradleAndroidBase.gradle
Last active May 9, 2017 12:03 — forked from youxiachai/gradleAndroidBase.gradle
Gradle config demo file for Android development.(中文:面向Android应用开发的gradle项目配置文件demo示例.)
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.4'
}
}
apply plugin: 'android'