mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
update to new gradle plugin as recommended/generated by AS
This commit is contained in:
parent
624ec870f2
commit
446663ea86
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,3 +8,4 @@ core*
|
|||
xwords_4.4.0.0*
|
||||
gcm_loop.shelf
|
||||
nohup.out
|
||||
/xwords4/android/XWords4-dbg/src/xw4dbg/assets/gitvers.txt
|
||||
|
|
|
@ -5,7 +5,7 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
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
|
||||
// in the individual module build.gradle files
|
||||
|
|
Loading…
Reference in a new issue