diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 000000000..60b3092f2 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +legado \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index b94a88f5c..f37d0f466 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -158,7 +158,7 @@ dependencies { implementation('androidx.activity:activity-ktx:1.4.0') implementation('androidx.fragment:fragment-ktx:1.4.1') implementation('androidx.preference:preference-ktx:1.2.0') - implementation('androidx.constraintlayout:constraintlayout:2.1.3') + implementation('androidx.constraintlayout:constraintlayout:2.1.4') implementation('androidx.swiperefreshlayout:swiperefreshlayout:1.1.0') implementation('androidx.viewpager2:viewpager2:1.0.0') implementation('androidx.webkit:webkit:1.4.0')