updated web-api for Android only

This commit is contained in:
2017-05-28 18:27:42 +08:00
parent 95e23fa4d0
commit 4f078c305f
10 changed files with 21 additions and 13 deletions

View File

@@ -41,5 +41,5 @@ dependencies {
compile 'com.android.support:support-v4:25.3.1'
compile 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT'
compile project(':decodesdk')
compile files('libs/irext-web-api.jar')
compile project(':web-api')
}