diff --git a/app/build.gradle b/app/build.gradle index d98f5d5..ca47e18 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,17 +78,17 @@ dependencies { //implementation 'net.sourceforge.javacsv:javacsv:2.1' // Support - implementation 'androidx.annotation:annotation:1.1.0' - implementation "androidx.constraintlayout:constraintlayout:2.0.4" - implementation 'androidx.appcompat:appcompat:1.3.0-beta01' + implementation 'androidx.annotation:annotation:1.2.0' + implementation "androidx.constraintlayout:constraintlayout:2.1.0" + implementation 'androidx.appcompat:appcompat:1.4.0-alpha03' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1' - implementation 'androidx.exifinterface:exifinterface:1.3.2' - implementation 'androidx.fragment:fragment-ktx:1.3.0' + implementation 'androidx.exifinterface:exifinterface:1.3.3' + implementation 'androidx.fragment:fragment-ktx:1.3.6' implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.viewpager:viewpager:1.0.0' - implementation 'com.google.android.material:material:1.3.0' + implementation 'com.google.android.material:material:1.4.0' // Firebase //implementation 'com.google.firebase:firebase-core:17.0.0' @@ -110,12 +110,12 @@ dependencies { //implementation('com.crashlytics.sdk.android:crashlytics:2.9.9@aar', { // transitive = true //}) - implementation "androidx.core:core-ktx:1.3.2" + implementation "androidx.core:core-ktx:1.6.0" implementation 'com.github.senpl:NumberSlidingPicker:2cd87266c8e7d7656df9eef964bf062da95833a3' //from https://github.com/senpl/NumberSlidingPicker/commit/2cd87266c8e7d7656df9eef964bf062da95833a3 implementation 'com.github.thepacific:rx2timer:0.0.3' implementation 'com.github.JDevZone:FillProgressLayout:0.0.5' implementation 'com.github.mazenrashed:DotsIndicatorWithoutViewpager:1.0.0' - implementation 'androidx.recyclerview:recyclerview:1.1.0' + implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'xyz.aprildown:UltimateRingtonePicker:3.0.0-beta02' } repositories {