Skip to content

Commit

Permalink
gradle: compileSdkVersion 21
Browse files Browse the repository at this point in the history
fixes broken import statements
  • Loading branch information
talklittle committed Nov 20, 2014
1 parent f7589ce commit 66c48a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 19
compileSdkVersion 21
buildToolsVersion "19.1"

defaultConfig {
Expand Down

0 comments on commit 66c48a1

Please sign in to comment.