We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941db48 commit 564b89cCopy full SHA for 564b89c
build.gradle
@@ -52,7 +52,7 @@ allprojects { project ->
52
// So that we can resolve 'android' variable
53
project.apply plugin: 'com.android.library'
54
android {
55
- compileSdkVersion 24
+ compileSdkVersion project.ext.compileSdk
56
buildToolsVersion "${project.ext.buildtools}"
57
}
58
0 commit comments