diff --git a/app/build.gradle b/app/build.gradle index 5db9de98b..7a9abe65e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -129,7 +129,8 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.media:media:1.2.0' implementation 'androidx.preference:preference-ktx:1.1.1' - implementation 'androidx.constraintlayout:constraintlayout:2.0.2' + //2.02有bug,暂时不要升级 + implementation 'androidx.constraintlayout:constraintlayout:2.0.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.viewpager2:viewpager2:1.0.0' implementation 'com.google.android.material:material:1.2.1'