From e90982d20237e8e240dd04d413d0d4d956bbbf30 Mon Sep 17 00:00:00 2001 From: "Serik.Uvaissov" Date: Fri, 10 Jul 2020 13:14:50 +0600 Subject: [PATCH] android dependencies --- android/app/build.gradle | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index abc5234..4b3c5e0 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -80,4 +80,38 @@ dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.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 }