gradle: compileSdkVersion 21
fixes broken import statements
This commit is contained in:
parent
f7589ceee2
commit
66c48a1151
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user