File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.jfrog.artifactory'
33apply plugin : ' maven-publish'
44
5- def COMPILE_SDK_VERSION = 26
6- def BUILD_TOOLS_VERSION = ' 26 .0.2 '
7- def SUPPORT_LIBRARY_VERSION = ' 27.0.0 '
5+ def COMPILE_SDK_VERSION = 27
6+ def BUILD_TOOLS_VERSION = ' 27 .0.1 '
7+ def SUPPORT_LIBRARY_VERSION = ' 27.0.1 '
88
99allprojects {
1010 gradle. projectsEvaluated {
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
3- def COMPILE_SDK_VERSION = 26
4- def BUILD_TOOLS_VERSION = ' 26 .0.2 '
5- def SUPPORT_LIBRARY_VERSION = ' 27.0.0 '
3+ def COMPILE_SDK_VERSION = 27
4+ def BUILD_TOOLS_VERSION = ' 27 .0.1 '
5+ def SUPPORT_LIBRARY_VERSION = ' 27.0.1 '
66
77android {
88 compileSdkVersion COMPILE_SDK_VERSION
You can’t perform that action at this time.
0 commit comments