ソースを参照

2026-05-08 更新

1. smart refresh layout 高版本适配
zhaiy 1 ヶ月 前
コミット
3bed811751
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3 0
      gradle.properties

+ 3 - 0
gradle.properties

@@ -22,6 +22,9 @@ kotlin.code.style=official
 # thereby reducing the size of the R class for that library
 android.nonTransitiveRClass=true
 
+# SmartRefreshLayout
+android.enableJetifier=true
+
 #org.gradle.unsafe.configuration-cache=true
 systemProp.https.protocols=TLSv1.2,TLSv1.1,TLSv1
 systemProp.http.protocols=TLSv1.2,TLSv1.1,TLSv1