Просмотр исходного кода

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

云天逵 7 месяцев назад
Родитель
Сommit
48b3fe01b4
1 измененных файлов с 1 добавлено и 1 удалено
  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')