mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
fix gradle build: compile support library
This commit is contained in:
parent
29992a5d8b
commit
9837fc61bf
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,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')
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
Loading…
Reference in a new issue