From d773ab0295feba24ae4fc14f61e8aa310e40f4ba Mon Sep 17 00:00:00 2001
From: zuojincheng <lf_zuo@163.com>
Date: 星期五, 06 六月 2025 16:55:57 +0800
Subject: [PATCH] refactor(nfc): 优化写卡流程和状态更新
---
generallibrary/build.gradle | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/generallibrary/build.gradle b/generallibrary/build.gradle
index 23302f1..b6e1600 100644
--- a/generallibrary/build.gradle
+++ b/generallibrary/build.gradle
@@ -77,6 +77,7 @@
exclude group: 'com.google.code.gson';
}
implementation 'com.squareup.retrofit2:adapter-rxjava3:2.9.0'
+ implementation 'io.reactivex.rxjava3:rxjava:3.1.5'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.11.0'
compileOnly 'com.google.code.gson:gson:2.10.1'
--
Gitblit v1.8.0