From 899cb6ce779b24a659ec3515dd3fb1cd1afef7d2 Mon Sep 17 00:00:00 2001 From: zuojincheng <lf_zuo@163.com> Date: 星期二, 24 六月 2025 14:02:46 +0800 Subject: [PATCH] feat(card): 增加区域表号卡制作功能 --- 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