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

Commit a2845b7

Browse files
committed
several artifacts' version bumping
1 parent 746c3d6 commit a2845b7

File tree

2 files changed

+26
-18
lines changed

2 files changed

+26
-18
lines changed

config.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,28 @@
2525
{
2626
"groupId" : "androidx.annotation",
2727
"artifactId" : "annotation",
28-
"version" : "1.0.0",
28+
"version" : "1.0.2",
2929
"nugetId" : "Xamarin.AndroidX.Annotation",
3030
"dependencyOnly" : false
3131
}
3232
,{
3333
"groupId" : "androidx.appcompat",
3434
"artifactId" : "appcompat",
35-
"version" : "1.0.0",
35+
"version" : "1.0.2",
3636
"nugetId" : "Xamarin.AndroidX.AppCompat",
3737
"dependencyOnly" : false
3838
}
3939
,{
4040
"groupId" : "androidx.arch.core",
4141
"artifactId" : "core-common",
42-
"version" : "2.0.0",
42+
"version" : "2.0.1",
4343
"nugetId" : "Xamarin.AndroidX.Arch.Core.Common",
4444
"dependencyOnly" : false
4545
}
4646
,{
4747
"groupId" : "androidx.arch.core",
4848
"artifactId" : "core-runtime",
49-
"version" : "2.0.0",
49+
"version" : "2.0.1",
5050
"nugetId" : "Xamarin.AndroidX.Arch.Core.Runtime",
5151
"dependencyOnly" : false
5252
}
@@ -64,6 +64,13 @@
6464
"nugetId" : "Xamarin.AndroidX.Browser",
6565
"dependencyOnly" : false
6666
}
67+
,{
68+
"groupId" : "androidx.core",
69+
"artifactId" : "core",
70+
"version" : "1.0.1",
71+
"nugetId" : "Xamarin.AndroidX.Core",
72+
"dependencyOnly" : false
73+
}
6774
,{
6875
"groupId" : "androidx.cardview",
6976
"artifactId" : "cardview",
@@ -106,13 +113,6 @@
106113
"nugetId" : "Xamarin.AndroidX.CoordinatorLayout",
107114
"dependencyOnly" : false
108115
}
109-
,{
110-
"groupId" : "androidx.core",
111-
"artifactId" : "core",
112-
"version" : "1.0.0",
113-
"nugetId" : "Xamarin.AndroidX.Core",
114-
"dependencyOnly" : false
115-
}
116116
,{
117117
"groupId" : "androidx.cursoradapter",
118118
"artifactId" : "cursoradapter",
@@ -130,7 +130,7 @@
130130
,{
131131
"groupId" : "androidx.documentfile",
132132
"artifactId" : "documentfile",
133-
"version" : "1.0.0",
133+
"version" : "1.0.1",
134134
"nugetId" : "Xamarin.AndroidX.DocumentFile",
135135
"dependencyOnly" : false
136136
}
@@ -326,7 +326,7 @@
326326
,{
327327
"groupId" : "androidx.media",
328328
"artifactId" : "media",
329-
"version" : "1.0.0",
329+
"version" : "1.0.1",
330330
"nugetId" : "Xamarin.AndroidX.Media",
331331
"dependencyOnly" : false
332332
}
@@ -431,14 +431,14 @@
431431
,{
432432
"groupId" : "androidx.sqlite",
433433
"artifactId" : "sqlite",
434-
"version" : "2.0.0",
434+
"version" : "2.0.1",
435435
"nugetId" : "Xamarin.AndroidX.Sqlite",
436436
"dependencyOnly" : false
437437
}
438438
,{
439439
"groupId" : "androidx.sqlite",
440440
"artifactId" : "sqlite-framework",
441-
"version" : "2.0.0",
441+
"version" : "2.0.1",
442442
"nugetId" : "Xamarin.AndroidX.Sqlite.Framework",
443443
"dependencyOnly" : false
444444
}
@@ -452,7 +452,7 @@
452452
,{
453453
"groupId" : "androidx.transition",
454454
"artifactId" : "transition",
455-
"version" : "1.0.0",
455+
"version" : "1.0.1",
456456
"nugetId" : "Xamarin.AndroidX.Transition",
457457
"dependencyOnly" : false
458458
}
@@ -466,7 +466,7 @@
466466
,{
467467
"groupId" : "androidx.vectordrawable",
468468
"artifactId" : "vectordrawable",
469-
"version" : "1.0.0",
469+
"version" : "1.0.1",
470470
"nugetId" : "Xamarin.AndroidX.VectorDrawable",
471471
"dependencyOnly" : false
472472
}
@@ -508,7 +508,7 @@
508508
,{
509509
"groupId" : "androidx.work",
510510
"artifactId" : "work-runtime",
511-
"version" : "2.0.0-rc01",
511+
"version" : "2.0.1",
512512
"nugetId" : "Xamarin.AndroidX.Work.Runtime",
513513
"dependencyOnly" : false
514514
}

source/androidx.media/media/transforms/Metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,12 @@
7272
public
7373
</attr>
7474

75+
<attr
76+
path="/api/package[@name='androidx.media']/interface[@name='AudioAttributesImpl']"
77+
name="visibility"
78+
>
79+
public
80+
</attr>
81+
82+
7583
</metadata>

0 commit comments

Comments
 (0)