gradle: compileSdkVersion 21

fixes broken import statements
This commit is contained in:
Andrew Shu 2014-11-20 12:18:54 -08:00
parent f7589ceee2
commit 66c48a1151

View File

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