demo: compileSdkVersion 21 (was 19)

This commit is contained in:
Andrew Shu 2014-11-20 15:54:48 -08:00
parent 66c48a1151
commit 9658534b93

View File

@ -14,7 +14,7 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 19
compileSdkVersion 21
buildToolsVersion "19.1"
defaultConfig {