android dependencies
parent
44e85646fd
commit
e90982d202
|
|
@ -80,4 +80,38 @@ dependencies {
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
androidTestImplementation 'androidx.test:runner:1.1.1'
|
androidTestImplementation 'androidx.test:runner:1.1.1'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
|
||||||
|
//m4bank dependencies
|
||||||
|
//implementation (group: 'm4bank', name: 'zlibrary', version: '2093', ext: 'aar')
|
||||||
|
implementation("m4bank:zlibrary:2093@aar")
|
||||||
|
implementation (group: 'm4bank', name: 'cardreaderlib', version: '725')
|
||||||
|
implementation (group: 'm4bank', name: 'connectionreaders', version: '725')
|
||||||
|
//implementation deps.okhttp.core
|
||||||
|
//implementation deps.okhttp.logger
|
||||||
|
implementation("com.squareup.okhttp3:okhttp:4.7.2")
|
||||||
|
implementation("com.squareup.okhttp3:logging-interceptor:4.7.2")
|
||||||
|
|
||||||
|
//implementation deps.retrofit.core
|
||||||
|
//implementation deps.retrofit.converterGson
|
||||||
|
//implementation deps.retrofit.rxjava2Adapter
|
||||||
|
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||||
|
//implementation deps.rx.core
|
||||||
|
//implementation deps.rx.android
|
||||||
|
//implementation deps.logback.core
|
||||||
|
//implementation(deps.logback.classic) {
|
||||||
|
// exclude group: 'com.google.android', module: 'android'
|
||||||
|
//}
|
||||||
|
implementation 'ch.qos.logback:logback-core:1.2.3'
|
||||||
|
implementation ('ch.qos.logback:logback-classic:1.2.3') {
|
||||||
|
exclude group: 'com.google.android', module: 'android'
|
||||||
|
}
|
||||||
|
//implementation deps.greendao
|
||||||
|
implementation 'org.greenrobot:greendao:3.3.0'
|
||||||
|
//implementation deps.timber
|
||||||
|
implementation 'com.jakewharton.timber:timber:4.7.1'
|
||||||
|
//implementation deps.paperdb
|
||||||
|
implementation 'io.paperdb:paperdb:2.6'
|
||||||
|
//implementation deps.retro_stream
|
||||||
|
implementation 'net.sourceforge.streamsupport:android-retrostreams:1.7.2'
|
||||||
|
//useWebsockets = true
|
||||||
|
//implementation deps.websockets
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue