优化 gson 传递
This commit is contained in:
parent
cc9c113f7a
commit
5c03f86730
|
|
@ -45,7 +45,9 @@ dependencies {
|
||||||
|
|
||||||
api 'androidx.activity:activity:1.10.1'
|
api 'androidx.activity:activity:1.10.1'
|
||||||
|
|
||||||
api 'com.google.code.gson:gson:2.13.1'
|
api ('com.google.code.gson:gson:2.13.1') {
|
||||||
|
transitive = true // 确保传递依赖生效
|
||||||
|
}
|
||||||
|
|
||||||
api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.16'
|
api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.16'
|
||||||
api 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.16'
|
api 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.16'
|
||||||
|
|
@ -60,7 +62,7 @@ dependencies {
|
||||||
|
|
||||||
//高斯模糊效果
|
//高斯模糊效果
|
||||||
// api 'com.github.centerzx:ShapeBlurView:1.0.5'
|
// api 'com.github.centerzx:ShapeBlurView:1.0.5'
|
||||||
api('com.github.centerzx:ShapeBlurView:1.0.5') {
|
api ('com.github.centerzx:ShapeBlurView:1.0.5') {
|
||||||
transitive = true // 确保传递依赖生效
|
transitive = true // 确保传递依赖生效
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,6 @@
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<version>1.0.1</version>
|
<version>1.0.1</version>
|
||||||
</versions>
|
</versions>
|
||||||
<lastUpdated>20250729060231</lastUpdated>
|
<lastUpdated>20250729061622</lastUpdated>
|
||||||
</versioning>
|
</versioning>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
e9e8f9e8a06b72548bebdb0713376d23
|
b20f6888403d0ea240087c4391b7338a
|
||||||
|
|
@ -1 +1 @@
|
||||||
3d5655e7afb6c21dc81d7c4538dacb1383108d1c
|
801671f261b45455d843a3053f6c4931fb98d8b0
|
||||||
|
|
@ -1 +1 @@
|
||||||
c5ffad58c28fe8777eadc8f9a2857f1e90116ca0f5182df47a701dcb57381fad
|
6d307fc1fd1af97c0623f0776eb5a2f3fa3261fd88ec125164d026f23891bf8d
|
||||||
|
|
@ -1 +1 @@
|
||||||
dd980cb19835c74df21720b76d589c01243d6b5e961f7184a511ab126cce3462d10961550b449c495cbe179cf5a418c53504a5ac5b0f0384b2ad36cc0a27e000
|
b689e5cba44e7bda62b8af3002c3a74ab9863f3c76e20846d90b519dc5bb2afc4f80f94bfd0aa425aa70d73c9bb8b66741685cb5e93ffbb60bd283cf1825a867
|
||||||
Loading…
Reference in New Issue