From: Nathaniel Wesley Filardo Date: Mon, 20 Mar 2017 08:48:03 +0000 (-0400) Subject: Bump dep versions X-Git-Tag: release-1.2~32 X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=1faa91e070cbd2beff37aff71a10da18deb4b663;p=acmetensortoys-ctfws-android Bump dep versions --- diff --git a/build.gradle b/build.gradle index 74b2ab0..c2eea8e 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.3' + classpath 'com.android.tools.build:gradle:2.3.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/mobile/build.gradle b/mobile/build.gradle index be16e9b..370b215 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 25 - buildToolsVersion "25.0.2" + buildToolsVersion "25.0.3" defaultConfig { applicationId "com.acmetensortoys.ctfwstimer" minSdkVersion 16 @@ -40,7 +40,7 @@ android { repositories { maven { - url "https://repo.eclipse.org/content/repositories/paho-snapshots/" + url "https://repo.eclipse.org/content/repositories/paho-releases/" } } @@ -53,14 +53,14 @@ dependencies { compile project(":lib") - compile 'com.android.support:appcompat-v7:25.1.1' - compile 'com.android.support:support-v4:25.1.1' + compile 'com.android.support:appcompat-v7:25.3.1' + compile 'com.android.support:support-v4:25.3.1' // Needed for wear data synchronization; blech - playCompile 'com.google.android.gms:play-services:10.0.1' + playCompile 'com.google.android.gms:play-services-wearable:11.0.4' - compile 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.1.1-SNAPSHOT' - compile('org.eclipse.paho:org.eclipse.paho.android.service:1.1.2-SNAPSHOT') { + compile 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.0' + compile('org.eclipse.paho:org.eclipse.paho.android.service:1.1.1') { exclude module: 'support-v4' } diff --git a/wear/build.gradle b/wear/build.gradle index 00fb36a..f859f24 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 25 - buildToolsVersion "25.0.2" + buildToolsVersion "25.0.3" defaultConfig { applicationId "com.acmetensortoys.ctfwstimer" minSdkVersion 21 @@ -20,6 +20,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) + provided 'com.google.android.wearable:wearable:2.0.0' compile 'com.google.android.support:wearable:2.0.0' - compile 'com.google.android.gms:play-services-wearable:10.0.1' + compile 'com.google.android.gms:play-services-wearable:11.0.4' }