|
386 | 386 | "nugetId" : "Xamarin.AndroidX.RecyclerView.Selection", |
387 | 387 | "dependencyOnly" : false |
388 | 388 | } |
| 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 | + } |
389 | 403 | ,{ |
390 | 404 | "groupId" : "androidx.slice", |
391 | 405 | "artifactId" : "slice-builders", |
|
414 | 428 | "nugetId" : "Xamarin.AndroidX.SlidingPaneLayout", |
415 | 429 | "dependencyOnly" : false |
416 | 430 | } |
| 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 | + } |
417 | 445 | ,{ |
418 | 446 | "groupId" : "androidx.swiperefreshlayout", |
419 | 447 | "artifactId" : "swiperefreshlayout", |
|
0 commit comments