改了通知图标

This commit is contained in:
xuhuixiang
2025-02-11 18:21:43 +08:00
parent 26bce8ebd7
commit 8a30c60bce
18 changed files with 258 additions and 79 deletions

View File

@@ -40,11 +40,16 @@ dependencies {
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
api 'io.reactivex.rxjava2:rxjava:2.1.16'
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
api 'com.squareup.okhttp3:logging-interceptor:3.10.0'
api 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
api 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
api 'com.github.Justson:Downloader:v5.0.4-androidx'
//implementation 'com.tencent.tbs:tbssdk:44286'
implementation("com.github.bumptech.glide:glide:4.13.1")
implementation 'com.github.jenly1314.AppUpdater:app-updater:1.1.3'
api("com.github.bumptech.glide:glide:4.13.1")
api 'com.github.jenly1314.AppUpdater:app-updater:1.1.3'
// sdk 33
api platform('com.google.firebase:firebase-bom:32.7.0')
// Firebase Cloud Messaging
api("com.google.firebase:firebase-messaging")
}