From a55536e303d8d57c72c0df0cf2d5ce06bebb76b7 Mon Sep 17 00:00:00 2001 From: lihongwei Date: Sun, 29 Sep 2024 16:56:19 +0800 Subject: [PATCH] =?UTF-8?q?V1.0.1(8)=20=E6=9B=B4=E6=96=B0room=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .safedk/hashes.safedk | 4 ++-- .safedk/plugin.properties | 2 +- app/build.gradle.kts | 6 ++++-- app/proguard-rules.pro | 2 -- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.safedk/hashes.safedk b/.safedk/hashes.safedk index b7adbd0..934c490 100644 --- a/.safedk/hashes.safedk +++ b/.safedk/hashes.safedk @@ -1,2 +1,2 @@ -#Fri Sep 27 18:24:10 CST 2024 -json=-2010694683 +#Sun Sep 29 16:54:10 CST 2024 +json=105322179 diff --git a/.safedk/plugin.properties b/.safedk/plugin.properties index bbd0e3b..2a16ca2 100644 --- a/.safedk/plugin.properties +++ b/.safedk/plugin.properties @@ -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 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 47bc2d8..474e487 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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") + //--------------------------MAX(Liftoff Monetize(vungle)、Mintegral、Pangle、Unity Ads、inmobi) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index e4dcd07..d996747 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -39,5 +39,3 @@ # 额外的保留规则,确保任何使用 Room 的地方都能正常工作 -keep class androidx.room.** { *; } - --dontwarn javax.annotation.Nullable \ No newline at end of file