Skip to content

Commit 7cd97ce

Browse files
committed
Use project compileSdkVersion
1 parent b1c549c commit 7cd97ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply from: '../scripts/findbugs.gradle'
33

44
android {
5-
compileSdkVersion 27
5+
compileSdkVersion project.compileSdkVersion
66
buildToolsVersion project.buildToolsVersion
77

88
defaultConfig {

0 commit comments

Comments
 (0)