From 3f77c29c956ef3f4cb7779fcdf90f61b22e0093e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 24 Jul 2019 21:42:30 +0530 Subject: [PATCH] Uprev AGP to latest stable Signed-off-by: Harsh Shandilya --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1b6f5aef..b6ec625d 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.0' + classpath 'com.android.tools.build:gradle:3.4.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files