mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +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*
|
xwords_4.4.0.0*
|
||||||
gcm_loop.shelf
|
gcm_loop.shelf
|
||||||
nohup.out
|
nohup.out
|
||||||
|
/xwords4/android/XWords4-dbg/src/xw4dbg/assets/gitvers.txt
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue