Commit 66c48a11 by Andrew Shu

gradle: compileSdkVersion 21

fixes broken import statements
parent f7589cee
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
compileSdkVersion 19 compileSdkVersion 21
buildToolsVersion "19.1" buildToolsVersion "19.1"
defaultConfig { defaultConfig {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment