Browse Source

Update dependencies

arkon 4 năm trước cách đây
mục cha
commit
6675508b24
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      app/build.gradle

+ 4 - 4
app/build.gradle

@@ -136,9 +136,9 @@ dependencies {
     implementation 'androidx.annotation:annotation:1.2.0-alpha01'
     implementation 'androidx.appcompat:appcompat:1.3.0-alpha02'
     implementation 'androidx.biometric:biometric:1.1.0-beta01'
-    implementation 'androidx.browser:browser:1.3.0-alpha06'
+    implementation 'androidx.browser:browser:1.3.0-beta01'
     implementation 'androidx.cardview:cardview:1.0.0'
-    implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
+    implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
     implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
     implementation 'androidx.core:core-ktx:1.4.0-alpha01'
     implementation 'androidx.multidex:multidex:2.0.1'
@@ -152,7 +152,7 @@ dependencies {
     implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
 
     // Job scheduling
-    final work_version = '2.5.0-alpha03'
+    final work_version = '2.5.0-beta01'
     implementation "androidx.work:work-runtime:$work_version"
     implementation "androidx.work:work-runtime-ktx:$work_version"
 
@@ -207,7 +207,7 @@ dependencies {
     implementation 'io.requery:sqlite-android:3.33.0'
 
     // Preferences
-    implementation 'com.github.tfcporciuncula.flow-preferences:flow-preferences:1.3.2'
+    implementation 'com.github.tfcporciuncula.flow-preferences:flow-preferences:1.3.3'
 
     // Model View Presenter
     final nucleus_version = '3.0.0'