Back out "Bump androidx.sqlite:sqlite-framework from 2.2.0 to 2.3.0"

Summary:
Original commit changeset: ab279ff968a1

Original Phabricator Diff: D43305296 (f0b7e8a5d2)

 ---

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
This commit is contained in:
Pascal Hartig
2023-02-16 09:21:48 -08:00
committed by Facebook GitHub Bot
parent 383c5c60fe
commit 786ae04d21

View File

@@ -62,7 +62,7 @@ ext.deps = [
supportCoreUi : "androidx.legacy:legacy-support-core-ui:$ANDROIDX_VERSION", supportCoreUi : "androidx.legacy:legacy-support-core-ui:$ANDROIDX_VERSION",
supportRecyclerView: "androidx.recyclerview:recyclerview:$ANDROIDX_VERSION", supportRecyclerView: "androidx.recyclerview:recyclerview:$ANDROIDX_VERSION",
supportConstraintLayout: "androidx.constraintlayout:constraintlayout:2.1.4", 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', supportEspresso : 'androidx.test.espresso:espresso-core:3.5.1',
supportEspressoIntents : 'androidx.test.espresso:espresso-intents:3.5.0', supportEspressoIntents : 'androidx.test.espresso:espresso-intents:3.5.0',
supportTestRunner : 'androidx.test:runner:1.5.2', supportTestRunner : 'androidx.test:runner:1.5.2',