Commit 30eda931 authored by wanglei's avatar wanglei

[修改]修改ksp和glide依赖

parent a0fb644f
...@@ -7,6 +7,7 @@ plugins { ...@@ -7,6 +7,7 @@ plugins {
id("com.google.gms.google-services") id("com.google.gms.google-services")
id("com.google.firebase.crashlytics") id("com.google.firebase.crashlytics")
id("com.didi.drouter") id("com.didi.drouter")
id("com.google.devtools.ksp")
} }
android { android {
...@@ -106,6 +107,10 @@ dependencies { ...@@ -106,6 +107,10 @@ dependencies {
//lottie //lottie
implementation("com.airbnb.android:lottie:6.4.0") 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 //firebase
implementation(platform("com.google.firebase:firebase-bom:32.3.1")) implementation(platform("com.google.firebase:firebase-bom:32.3.1"))
implementation("com.google.firebase:firebase-messaging") implementation("com.google.firebase:firebase-messaging")
......
...@@ -6,6 +6,8 @@ plugins { ...@@ -6,6 +6,8 @@ plugins {
id("com.google.gms.google-services") version "4.4.1" apply false id("com.google.gms.google-services") version "4.4.1" apply false
id("com.google.firebase.crashlytics") version "3.0.2" apply false id("com.google.firebase.crashlytics") version "3.0.2" apply false
alias(libs.plugins.android.library) apply false alias(libs.plugins.android.library) apply false
id("com.google.devtools.ksp") version "1.9.24-1.0.20" apply false
} }
buildscript { buildscript {
......
[versions] [versions]
agp = "8.3.0" agp = "8.3.0"
kotlin = "1.8.0" kotlin = "1.9.24"
coreKtx = "1.10.1" coreKtx = "1.10.1"
junit = "4.13.2" junit = "4.13.2"
junitVersion = "1.1.5" junitVersion = "1.1.5"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment