From 058b3d48524b43d819755bece05b8da37b54d61d Mon Sep 17 00:00:00 2001 From: "Chris J. Karr" Date: Mon, 22 May 2017 13:48:27 -0500 Subject: [PATCH 1/2] Updating library dependencies --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 713328b..5cf8d6a 100755 --- a/build.gradle +++ b/build.gradle @@ -55,11 +55,11 @@ android { compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.android.support:recyclerview-v7:25.3.1' compile 'com.android.support:cardview-v7:25.3.1' - compile 'com.google.android.gms:play-services-location:10.2.4' - compile 'com.google.android.gms:play-services-maps:10.2.4' - compile 'com.google.android.gms:play-services-nearby:10.2.4' - compile 'com.google.android.gms:play-services-places:10.2.4' - compile 'com.google.android.gms:play-services-awareness:10.2.4' + compile 'com.google.android.gms:play-services-location:10.2.6' + compile 'com.google.android.gms:play-services-maps:10.2.6' + compile 'com.google.android.gms:play-services-nearby:10.2.6' + compile 'com.google.android.gms:play-services-places:10.2.6' + compile 'com.google.android.gms:play-services-awareness:10.2.6' compile 'com.google.maps.android:android-maps-utils:0.4' compile 'com.squareup.okhttp3:okhttp:3.2.0' compile 'commons-io:commons-io:2.4' From 2bc644755cefecc637f6ed7c6e65dcdd9da63ab1 Mon Sep 17 00:00:00 2001 From: "Chris J. Karr" Date: Tue, 23 May 2017 09:13:44 -0500 Subject: [PATCH 2/2] Updating Android build tools version --- .travis.yml | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d11e4c..a547646 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: - unzip gradle-3.3-bin.zip - export GRADLE_HOME=$PWD/gradle-3.3 - export PATH=$GRADLE_HOME/bin:$PATH - - ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk -a --no-ui --filter tool,platform-tool,build-tools-25.0.2 + - ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk -a --no-ui --filter tool,platform-tool,build-tools-25.0.3 script: - gradle assembleDebug diff --git a/build.gradle b/build.gradle index 5cf8d6a..a897072 100755 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ repositories { android { compileSdkVersion 25 - buildToolsVersion "25.0.2" + buildToolsVersion "25.0.3" useLibrary 'org.apache.http.legacy'