From a1202e01bdf133d7c10be4d6018d665622673bf8 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 19 六月 2025 16:38:18 +0800
Subject: [PATCH] feat(generallibrary): 充值成功后展示余额信息
---
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