completed compatibility changes for new server

This commit is contained in:
2017-05-14 16:09:37 +08:00
parent 81d63de77a
commit 79205bd92f
19 changed files with 84 additions and 3958 deletions

View File

@@ -30,19 +30,16 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
dexOptions {
incremental true
}
productFlavors {
}
}
dependencies {
compile files('libs/irext-web-api.jar')
compile project(path: ':decodesdk')
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')
}