Skip to content

Instantly share code, notes, and snippets.

@kunishi
Created March 13, 2015 06:42
Show Gist options
  • Save kunishi/9fe24783c5eae3cb39ae to your computer and use it in GitHub Desktop.
Save kunishi/9fe24783c5eae3cb39ae to your computer and use it in GitHub Desktop.
build.grade under time_circle.
apply plugin: 'com.android.application'
android {
compileSdkVersion 20
buildToolsVersion "21.1.2"
defaultConfig {
applicationId "com.example.time_circle"
minSdkVersion 17
targetSdkVersion 17
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}
dependencies {
compile project(':holoGraphLibrary')
compile 'com.android.support:support-v4:20.0.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment