fix compileSdkVersion issue

This commit is contained in:
houxg
2016-12-01 10:52:04 +08:00
parent 64bcf177dc
commit e8d7a47f62

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
version = "1.2.0" // 版本号
android {
compileSdkVersion 23
compileSdkVersion 24
buildToolsVersion '25.0.1'
resourcePrefix "imgsel"