From ba52efc67004ee40ece991e979a3a0f935041c7e Mon Sep 17 00:00:00 2001 From: chandrashekhar reddy Date: Mon, 15 Jul 2024 15:15:58 +0530 Subject: [PATCH] new 125 version, changes in HemoCubeFragment Ip address in home, led1Average at line 1004 change if condition, in home download csv for all. --- app/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b50b5ec..205e291 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,7 +89,6 @@ dependencies { implementation("com.google.firebase:firebase-appdistribution-api-ktx:16.0.0-beta12") implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.preference:preference-ktx:1.2.1' - implementation 'com.google.android.play:core:1.10.3' implementation 'io.nats:jnats:2.11.4' @@ -121,7 +120,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0" implementation 'com.opencsv:opencsv:5.9' - implementation 'com.github.mik3y:usb-serial-for-android:3.5.1' + implementation 'com.github.mik3y:usb-serial-for-android:3.8.0' implementation "androidx.fragment:fragment-ktx:1.6.2" @@ -164,7 +163,7 @@ dependencies { implementation("androidx.work:work-runtime-ktx:2.9.0") // implementation("io.nats:jnats:2.11.2") - implementation 'com.google.android.play:core:1.10.3' +// implementation 'com.google.android.play:core:1.10.3' implementation fileTree(dir: 'libs', include: ['*.aar']) implementation 'io.nats:jnats:2.11.4'