|
@@ -80,14 +80,6 @@ android {
|
|
|
disable 'VectorPath'
|
|
|
}
|
|
|
|
|
|
- javaCompileOptions {
|
|
|
- annotationProcessorOptions {
|
|
|
- arguments = [
|
|
|
- parcelerStacktrace: "true"
|
|
|
- ]
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
testInstrumentationRunnerArgument "TEST_SERVER_URL", "${NC_TEST_SERVER_BASEURL}"
|
|
|
testInstrumentationRunnerArgument "TEST_SERVER_USERNAME", "${NC_TEST_SERVER_USERNAME}"
|
|
|
testInstrumentationRunnerArgument "TEST_SERVER_PASSWORD", "${NC_TEST_SERVER_PASSWORD}"
|
|
@@ -239,7 +231,6 @@ dependencies {
|
|
|
implementation 'net.zetetic:android-database-sqlcipher:3.5.9'
|
|
|
kapt 'io.requery:requery-processor:1.6.1'
|
|
|
implementation "org.parceler:parceler-api:$parcelerVersion"
|
|
|
- kapt "org.parceler:parceler:$parcelerVersion"
|
|
|
implementation 'net.orange-box.storebox:storebox-lib:1.4.0'
|
|
|
implementation "com.jakewharton:butterknife:${butterknifeVersion}"
|
|
|
kapt "com.jakewharton:butterknife-compiler:${butterknifeVersion}"
|