fix gradle build: compile support library

This commit is contained in:
Eric House 2016-03-12 14:23:38 -08:00
parent 29992a5d8b
commit 9837fc61bf

View file

@ -12,6 +12,7 @@ apply plugin: 'com.android.application'
dependencies {
compile files('../libs/gcm.jar')
compile files('../libs/android-support-v13.jar')
}
android {