瀏覽代碼

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

云天逵 7 月之前
父節點
當前提交
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')