Created
March 13, 2015 06:42
-
-
Save kunishi/9fe24783c5eae3cb39ae to your computer and use it in GitHub Desktop.
build.grade under time_circle.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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