diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index 945cd0189a..06f238d5e5 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -115,16 +115,16 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.5.1' - implementation 'androidx.exifinterface:exifinterface:1.3.4' + implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.exifinterface:exifinterface:1.3.6' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1' - implementation 'androidx.fragment:fragment:1.5.3' + implementation 'androidx.fragment:fragment:1.5.5' implementation "androidx.slidingpanelayout:slidingpanelayout:1.2.0" implementation "androidx.documentfile:documentfile:1.0.1" - implementation 'com.google.android.material:material:1.6.1' + implementation 'com.google.android.material:material:1.8.0' // For loading huge screenshots from the disk. implementation 'com.squareup.picasso:picasso:2.71828'