Skip to content

Commit 0c60c9e

Browse files
committed
build(gradle): update 3rd party dependency versions
1 parent b2ba1b0 commit 0c60c9e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AndroidSDK/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'maven-publish'
44

55
def COMPILE_SDK_VERSION=26
66
def BUILD_TOOLS_VERSION='26.0.1'
7-
def SUPPORT_LIBRARY_VERSION='26.0.1'
7+
def SUPPORT_LIBRARY_VERSION='26.0.2'
88

99
allprojects {
1010
gradle.projectsEvaluated {

AndroidSDKTests/build.gradle

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

33
def COMPILE_SDK_VERSION=26
44
def BUILD_TOOLS_VERSION='26.0.1'
5-
def SUPPORT_LIBRARY_VERSION='26.0.1'
5+
def SUPPORT_LIBRARY_VERSION='26.0.2'
66

77
android {
88
compileSdkVersion COMPILE_SDK_VERSION
@@ -26,8 +26,8 @@ android {
2626
dependencies {
2727
compile project(path: ':AndroidSDK', configuration: 'debug')
2828
compile "com.android.support:appcompat-v7:${SUPPORT_LIBRARY_VERSION}"
29-
compile 'com.google.android.gms:play-services-gcm:11.0.1'
30-
compile 'com.google.android.gms:play-services-location:11.0.1'
29+
compile 'com.google.android.gms:play-services-gcm:11.0.4'
30+
compile 'com.google.android.gms:play-services-location:11.0.4'
3131

3232
// Dependencies used for unit tests.
3333
testCompile 'junit:junit:4.12'

0 commit comments

Comments
 (0)