From 7978687bfc3d564655b6c034637e043d09691489 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 10 Mar 2017 22:08:09 -0800 Subject: [PATCH] Update gradle and gradle wrapper --- app/build.gradle | 12 +++++------- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1cfd7fb9..dcfa49e1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 25 - buildToolsVersion "25.0.2" + buildToolsVersion '25.0.2' defaultConfig { minSdkVersion 16 @@ -57,12 +57,10 @@ android { } dependencies { - compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.52' - compile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.52' - - compile group: 'com.squareup.okhttp', name: 'okhttp', version:'2.4.0' - compile group: 'com.squareup.okio', name:'okio', version:'1.5.0' - + compile 'org.bouncycastle:bcprov-jdk15on:1.52' + compile 'org.bouncycastle:bcpkix-jdk15on:1.52' + compile 'com.squareup.okhttp:okhttp:2.4.0' + compile 'com.squareup.okio:okio:1.5.0' compile files('libs/jmdns-3.4.2.jar') compile files('libs/limelight-common.jar') compile files('libs/tinyrtsp.jar') diff --git a/build.gradle b/build.gradle index 2e369803..97e8b8e3 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.3' + classpath 'com.android.tools.build:gradle:2.3.0' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 48f04e9d..92617593 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Aug 26 22:01:33 PDT 2016 +#Thu Mar 02 18:32:01 PST 2017 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip