fixed decode issues and could run on real device

This commit is contained in:
2017-05-14 20:13:14 +08:00
parent 79205bd92f
commit 2597719ffb
14 changed files with 9 additions and 14 deletions

View File

@@ -35,11 +35,11 @@ android {
}
dependencies {
compile files('libs/irext-web-api.jar')
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4'
compile 'com.android.support:design:25.3.1'
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-0.1.1.jar')
}