Commit 5a49d961 authored by wanglei's avatar wanglei

...添加gson

parent 4dd8ba46
...@@ -53,6 +53,9 @@ dependencies { ...@@ -53,6 +53,9 @@ dependencies {
androidTestImplementation(libs.androidx.junit) androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core) androidTestImplementation(libs.androidx.espresso.core)
//网络请求
implementation("com.google.code.gson:gson:2.11.0")
// 语种切换框架:https://github.com/getActivity/MultiLanguages // 语种切换框架:https://github.com/getActivity/MultiLanguages
implementation("com.github.getActivity:MultiLanguages:9.3") implementation("com.github.getActivity:MultiLanguages:9.3")
// 沉浸式状态栏,基础依赖包,必须要依赖 // 沉浸式状态栏,基础依赖包,必须要依赖
...@@ -92,4 +95,6 @@ dependencies { ...@@ -92,4 +95,6 @@ dependencies {
implementation(libs.applovin.mintegral)//mintegral implementation(libs.applovin.mintegral)//mintegral
implementation(libs.applovin.pangle) //pangle implementation(libs.applovin.pangle) //pangle
implementation(libs.applovin.vungle) //vungle implementation(libs.applovin.vungle) //vungle
} }
\ No newline at end of file
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