Skip to content

Commit 564b89c

Browse files
committed
Update global build.gradle
Change-Id: Ic2d3db1fbdbc1a62b06f5481f4a30bf8944c80d9
1 parent 941db48 commit 564b89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ allprojects { project ->
5252
// So that we can resolve 'android' variable
5353
project.apply plugin: 'com.android.library'
5454
android {
55-
compileSdkVersion 24
55+
compileSdkVersion project.ext.compileSdk
5656
buildToolsVersion "${project.ext.buildtools}"
5757
}
5858

0 commit comments

Comments
 (0)