From c9e96b2e613a6099e25959b19f5331a2b276bd5d Mon Sep 17 00:00:00 2001 From: mhutti1 Date: Tue, 19 Feb 2019 23:03:27 +0000 Subject: [PATCH] Update gradle version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b0e0a8d6f..8d36c5317 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:3.3.0") + classpath("com.android.tools.build:gradle:3.3.1") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files