V1.0.1(8) 更新room依赖

This commit is contained in:
lihongwei 2024-09-29 16:56:19 +08:00
parent ad1a65bf48
commit a55536e303
4 changed files with 7 additions and 7 deletions

View File

@ -1,2 +1,2 @@
#Fri Sep 27 18:24:10 CST 2024
json=-2010694683
#Sun Sep 29 16:54:10 CST 2024
json=105322179

View File

@ -1,5 +1,5 @@
#
#Fri Sep 27 18:24:10 CST 2024
#Sun Sep 29 16:54:10 CST 2024
sdk_analysis_plugin_version=5.4.6
set_multidex=true
y87o4e7vb5bbqzuGVTFyOIfZiyBG0Nf0Ksq8S3m2MJOHf_A5BcWGJnKuQqoxwxVvtdQdiTC4O3MPzFwy8rJ9Cc=3cUMfTcsZKzlJevxK4IkNysgDAeQA4B5w332p3g8B9ZAgC54WQNZLVxuxnCx4sCHA5StLJnDTAFa68mFTi8rd8

View File

@ -65,8 +65,10 @@ dependencies {
annotationProcessor("com.github.bumptech.glide:compiler:4.16.0")
implementation("com.google.android.material:material:1.12.0")
implementation("com.airbnb.android:lottie:6.5.0")
implementation ("androidx.room:room-runtime:2.6.1")
annotationProcessor ("androidx.room:room-compiler:2.6.1")
// 替换原来的 Room 依赖
implementation("androidx.room:room-runtime:2.6.1")
kapt("androidx.room:room-compiler:2.6.1")
//--------------------------MAXLiftoff Monetizevungle、Mintegral、Pangle、Unity Ads、inmobi

View File

@ -39,5 +39,3 @@
# 额外的保留规则,确保任何使用 Room 的地方都能正常工作
-keep class androidx.room.** { *; }
-dontwarn javax.annotation.Nullable