Added AppMsg library

This commit is contained in:
Daniel Haß 2014-02-20 22:50:37 +01:00
parent d150e60348
commit f41a505f7e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ dependencies {
compile project(':libraries:spongycastle:pg')
compile project(':libraries:spongycastle:pkix')
compile project(':libraries:spongycastle:prov')
compile 'com.github.johnkil.android-appmsg:appmsg:1.2.0'
compile project(':libraries:Android-AppMsg:library')
}
android {