From 786ae04d21ebacea2e27967854bdb02c5cd28491 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 16 Feb 2023 09:21:48 -0800 Subject: [PATCH] Back out "Bump androidx.sqlite:sqlite-framework from 2.2.0 to 2.3.0" Summary: Original commit changeset: ab279ff968a1 Original Phabricator Diff: D43305296 (https://github.com/facebook/flipper/commit/f0b7e8a5d21c14f918fbb7232efdafc756215d8f) --- We'd first have to upgrade our SDK to 33 for this to build: https://github.com/facebook/flipper/actions/runs/4195374373/jobs/7274823939 Reviewed By: ivanmisuno Differential Revision: D43356641 fbshipit-source-id: 8bc4ff2f86052cfa26386288bf584d6f5048526e --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 34deb1810..b8ae3bba0 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.3.0", + supportSqlite : "androidx.sqlite:sqlite-framework:2.2.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',