update to new gradle plugin as recommended/generated by AS

This commit is contained in:
Eric House 2016-06-30 07:15:21 -07:00
parent 624ec870f2
commit 446663ea86
2 changed files with 2 additions and 1 deletions
.gitignore
xwords4/android/XWords4

1
.gitignore vendored
View file

@ -8,3 +8,4 @@ core*
xwords_4.4.0.0* xwords_4.4.0.0*
gcm_loop.shelf gcm_loop.shelf
nohup.out nohup.out
/xwords4/android/XWords4-dbg/src/xw4dbg/assets/gitvers.txt

View file

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.1.0' classpath 'com.android.tools.build:gradle:2.1.2'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files