Skip to content

Commit 5a9552e

Browse files
authored
feat(gradle): Bump COMPILE_SDK_VERSION to 27. (#119)
* feat(gradle): Bump COMPILE_SDK_VERSION to 27.
1 parent ca5c8c0 commit 5a9552e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

AndroidSDK/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.jfrog.artifactory'
33
apply 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

99
allprojects {
1010
gradle.projectsEvaluated {

AndroidSDKTests/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply 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

77
android {
88
compileSdkVersion COMPILE_SDK_VERSION

0 commit comments

Comments
 (0)