mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-31 19:57:06 +01:00
fix ant build for sdk 23
pull in new version of support library .jar
This commit is contained in:
parent
d136dd65e6
commit
36a0737654
2 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ apply plugin: 'com.android.application'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile files('../libs/gcm.jar')
|
compile files('../libs/gcm.jar')
|
||||||
// compile files('../libs/android-support-v13.jar')
|
compile files('../libs/android-support-v13.jar')
|
||||||
compile 'com.android.support:support-v4:23.0.0'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue