Skip to content

Commit 8c2ef25

Browse files
Enuvielbenmarten
authored andcommitted
feat(gradle): bump support library to 27.0.2 (#122)
1 parent ef79171 commit 8c2ef25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AndroidSDK/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ apply plugin: 'com.jfrog.artifactory'
33
apply plugin: 'maven-publish'
44

55
def COMPILE_SDK_VERSION=27
6-
def BUILD_TOOLS_VERSION='27.0.1'
7-
def SUPPORT_LIBRARY_VERSION='27.0.1'
6+
def BUILD_TOOLS_VERSION='27.0.2'
7+
def SUPPORT_LIBRARY_VERSION='27.0.2'
88

99
allprojects {
1010
gradle.projectsEvaluated {

AndroidSDKTests/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.application'
22

33
def COMPILE_SDK_VERSION=27
4-
def BUILD_TOOLS_VERSION='27.0.1'
5-
def SUPPORT_LIBRARY_VERSION='27.0.1'
4+
def BUILD_TOOLS_VERSION='27.0.2'
5+
def SUPPORT_LIBRARY_VERSION='27.0.2'
66

77
android {
88
compileSdkVersion COMPILE_SDK_VERSION

0 commit comments

Comments
 (0)