Commit e4bdfb96 authored by 周文华's avatar 周文华

【新增】新增三方框架与首页背景图

parent a690274c
...@@ -155,5 +155,6 @@ dependencies { ...@@ -155,5 +155,6 @@ dependencies {
implementation(libs.lottie) implementation(libs.lottie)
implementation(libs.expandablerecyclerview)
} }
...@@ -21,6 +21,7 @@ mintegral = "16.8.61.0" ...@@ -21,6 +21,7 @@ mintegral = "16.8.61.0"
pangle = "6.3.0.4.0" pangle = "6.3.0.4.0"
protoliteWellKnownTypes = "18.0.0" protoliteWellKnownTypes = "18.0.0"
lottie = "6.5.2" lottie = "6.5.2"
expandablerecyclerview = "0.9.3"
...@@ -53,6 +54,7 @@ applovin_mintegral = { group = "com.applovin.mediation", name = "mintegral-adapt ...@@ -53,6 +54,7 @@ applovin_mintegral = { group = "com.applovin.mediation", name = "mintegral-adapt
applovin_pangle = { group = "com.applovin.mediation", name = "bytedance-adapter", version.ref = "pangle" } applovin_pangle = { group = "com.applovin.mediation", name = "bytedance-adapter", version.ref = "pangle" }
protolite-well-known-types = { group = "com.google.firebase", name = "protolite-well-known-types", version.ref = "protoliteWellKnownTypes" } protolite-well-known-types = { group = "com.google.firebase", name = "protolite-well-known-types", version.ref = "protoliteWellKnownTypes" }
lottie = { group = "com.airbnb.android", name = "lottie", version.ref = "lottie" } lottie = { group = "com.airbnb.android", name = "lottie", version.ref = "lottie" }
expandablerecyclerview = { group = "com.github.pokercc", name = "ExpandableRecyclerView", version.ref = "expandablerecyclerview" }
......
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