Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
A
appzxhy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouzhi
appzxhy
Commits
30eda931
Commit
30eda931
authored
May 20, 2025
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[修改]修改ksp和glide依赖
parent
a0fb644f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
build.gradle.kts
app/build.gradle.kts
+5
-0
build.gradle.kts
build.gradle.kts
+2
-0
libs.versions.toml
gradle/libs.versions.toml
+1
-1
No files found.
app/build.gradle.kts
View file @
30eda931
...
...
@@ -7,6 +7,7 @@ plugins {
id
(
"com.google.gms.google-services"
)
id
(
"com.google.firebase.crashlytics"
)
id
(
"com.didi.drouter"
)
id
(
"com.google.devtools.ksp"
)
}
android
{
...
...
@@ -106,6 +107,10 @@ dependencies {
//lottie
implementation
(
"com.airbnb.android:lottie:6.4.0"
)
implementation
(
"com.github.bumptech.glide:glide:4.16.0"
)
// annotationProcessor("com.github.bumptech.glide:compiler:4.16.0")
ksp
(
"com.github.bumptech.glide:compiler:4.16.0"
)
//firebase
implementation
(
platform
(
"com.google.firebase:firebase-bom:32.3.1"
))
implementation
(
"com.google.firebase:firebase-messaging"
)
...
...
build.gradle.kts
View file @
30eda931
...
...
@@ -6,6 +6,8 @@ plugins {
id
(
"com.google.gms.google-services"
)
version
"4.4.1"
apply
false
id
(
"com.google.firebase.crashlytics"
)
version
"3.0.2"
apply
false
alias
(
libs
.
plugins
.
android
.
library
)
apply
false
id
(
"com.google.devtools.ksp"
)
version
"1.9.24-1.0.20"
apply
false
}
buildscript
{
...
...
gradle/libs.versions.toml
View file @
30eda931
[versions]
agp
=
"8.3.0"
kotlin
=
"1.
8.0
"
kotlin
=
"1.
9.24
"
coreKtx
=
"1.10.1"
junit
=
"4.13.2"
junitVersion
=
"1.1.5"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment