From 03441fcda427ea8cf5fce56e765f1093d822bd11 Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Mon, 22 Jul 2019 10:29:28 -0400 Subject: [PATCH] Upgrade AGP --- build.gradle | 2 +- samplestore/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index f09ddf48487..0c01adb354a 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.4.2' + classpath 'com.android.tools.build:gradle:3.5.0-rc01' classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.6' classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.0' } diff --git a/samplestore/build.gradle b/samplestore/build.gradle index ee9fafd6e62..d3a36986a4d 100644 --- a/samplestore/build.gradle +++ b/samplestore/build.gradle @@ -61,8 +61,8 @@ dependencies { /* Used for server calls */ implementation 'com.squareup.okio:okio:2.2.2' implementation 'com.squareup.retrofit2:retrofit:2.6.0' - compile 'com.facebook.stetho:stetho:1.5.1' - compile 'com.facebook.stetho:stetho-okhttp3:1.5.1' + implementation 'com.facebook.stetho:stetho:1.5.1' + implementation 'com.facebook.stetho:stetho-okhttp3:1.5.1' /* Used to make Retrofit easier and GSON & Rx-compatible*/ implementation 'com.google.code.gson:gson:2.8.5'