From efa340125e8277e2e02b2450162938886cab8fbe Mon Sep 17 00:00:00 2001 From: Eric House Date: Sun, 8 May 2016 08:07:00 -0700 Subject: [PATCH] gradle wanted me to upgrade it and so I let it. AS builds with this change but it's not tested. --- xwords4/android/XWords4/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/XWords4/build.gradle b/xwords4/android/XWords4/build.gradle index 953cf09f7..bc13a3dc6 100644 --- a/xwords4/android/XWords4/build.gradle +++ b/xwords4/android/XWords4/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.0.0' + classpath 'com.android.tools.build:gradle:2.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files