Sfoglia il codice sorgente

[fit]降低android的lifecycle-process版本,编译不过去

云天逵 7 mesi fa
parent
commit
0eb1f0dab5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      plugins/keyboard_android/android/build.gradle

+ 1 - 1
plugins/keyboard_android/android/build.gradle

@@ -86,7 +86,7 @@ android {
         implementation "androidx.lifecycle:lifecycle-service:2.6.1"
 
         // App前后台判断
-        implementation  "androidx.lifecycle:lifecycle-process:2.9.0"
+        implementation  "androidx.lifecycle:lifecycle-process:2.8.7"
 
         // Retrofit
         implementation('com.squareup.retrofit2:retrofit:2.9.0')