]> hydra-www.ietfng.org Git - acmetensortoys-ctfws-android/commitdiff
Bump dep versions
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Mon, 20 Mar 2017 08:48:03 +0000 (04:48 -0400)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Sat, 21 Oct 2017 07:11:59 +0000 (03:11 -0400)
build.gradle
mobile/build.gradle
wear/build.gradle

index 74b2ab0dd88f66079893ee7c77a46dbace4f0fde..c2eea8e27fd12cc1e274a0940f06f350e855e20f 100644 (file)
@@ -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
index be16e9b2968f3c1e150928bea411d26530e29286..370b215c47d8f453f035051046edf14dec99d96e 100644 (file)
@@ -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'
     }
 
index 00fb36aadf20501a1a526cb3f7b6e4d382e7a1ae..f859f246dfc51a01ff71a4acb5f91f61df8245e2 100644 (file)
@@ -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'
 }