Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 5275c28

Browse files
committed
Add bindings to some artifacts that room will use
1 parent e1e094d commit 5275c28

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

config.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,20 @@
386386
"nugetId" : "Xamarin.AndroidX.RecyclerView.Selection",
387387
"dependencyOnly" : false
388388
}
389+
,{
390+
"groupId" : "androidx.room",
391+
"artifactId" : "room-runtime",
392+
"version" : "2.0.0",
393+
"nugetId" : "Xamarin.AndroidX.Room.Runtime",
394+
"dependencyOnly" : false
395+
}
396+
,{
397+
"groupId" : "androidx.room",
398+
"artifactId" : "room-common",
399+
"version" : "2.0.0",
400+
"nugetId" : "Xamarin.AndroidX.Room.Common",
401+
"dependencyOnly" : false
402+
}
389403
,{
390404
"groupId" : "androidx.slice",
391405
"artifactId" : "slice-builders",
@@ -414,6 +428,20 @@
414428
"nugetId" : "Xamarin.AndroidX.SlidingPaneLayout",
415429
"dependencyOnly" : false
416430
}
431+
,{
432+
"groupId" : "androidx.sqlite",
433+
"artifactId" : "sqlite",
434+
"version" : "2.0.0",
435+
"nugetId" : "Xamarin.AndroidX.Sqlite",
436+
"dependencyOnly" : false
437+
}
438+
,{
439+
"groupId" : "androidx.sqlite",
440+
"artifactId" : "sqlite-framework",
441+
"version" : "2.0.0",
442+
"nugetId" : "Xamarin.AndroidX.Sqlite.Framework",
443+
"dependencyOnly" : false
444+
}
417445
,{
418446
"groupId" : "androidx.swiperefreshlayout",
419447
"artifactId" : "swiperefreshlayout",

0 commit comments

Comments
 (0)