Back out "Back out "[flipper][PR] Use interface SupportSQLiteDatabase in Android Databases Plugin""
Summary: jknoxville helped me debug this. The underlying problem was that we didn't include a dependency which is transitive in gradle land. We swallowed the exception and just returned an empty list. I left an error log in there to make future debugging easier. For reference, this was the error: Reviewed By: cekkaewnumchai Differential Revision: D23759727 fbshipit-source-id: 244510d2765913bf4c89458e336889c3c6838fc4
This commit is contained in:
committed by
Facebook GitHub Bot
parent
54d36876b6
commit
ddc9c3e243
@@ -56,6 +56,7 @@ ext.deps = [
|
||||
supportCoreUi : "androidx.legacy:legacy-support-core-ui:$ANDROIDX_VERSION",
|
||||
supportRecyclerView: "androidx.recyclerview:recyclerview:$ANDROIDX_VERSION",
|
||||
supportConstraintLayout: "androidx.constraintlayout:constraintlayout:1.1.2",
|
||||
supportSqlite : "androidx.sqlite:sqlite-framework:2.1.0",
|
||||
supportEspresso : 'androidx.test.espresso:espresso-core:3.1.0',
|
||||
supportDesign : "com.google.android.material:material:1.0.0-rc01",
|
||||
supportEspressoIntents : 'androidx.test.espresso:espresso-intents:3.1.0',
|
||||
|
||||
Reference in New Issue
Block a user