From b243ed28db02cce7e7396dc92f096e9e97188d87 Mon Sep 17 00:00:00 2001 From: PhotonQyv Date: Mon, 23 Apr 2018 21:17:21 +0100 Subject: [PATCH] Updated to new version of Android Studio (Gradle), 3.1.2. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4a706d96c..44bac8f90 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.1' + classpath 'com.android.tools.build:gradle:3.1.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files