diff --git a/build.gradle b/build.gradle index b8ae3bba0..34deb1810 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ ext.deps = [ supportCoreUi : "androidx.legacy:legacy-support-core-ui:$ANDROIDX_VERSION", supportRecyclerView: "androidx.recyclerview:recyclerview:$ANDROIDX_VERSION", supportConstraintLayout: "androidx.constraintlayout:constraintlayout:2.1.4", - supportSqlite : "androidx.sqlite:sqlite-framework:2.2.0", + supportSqlite : "androidx.sqlite:sqlite-framework:2.3.0", supportEspresso : 'androidx.test.espresso:espresso-core:3.5.1', supportEspressoIntents : 'androidx.test.espresso:espresso-intents:3.5.0', supportTestRunner : 'androidx.test:runner:1.5.2',