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

Commit eed97b1

Browse files
committed
Various fixes for old support name
1 parent bea8cfe commit eed97b1

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

External-Dependency-Info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ material are set forth below. Microsoft reserves all other rights not
88
expressly granted, whether by implication, estoppel or otherwise.
99

1010
#########################################################
11-
# Google Android Support libraries and Constraint Layout
11+
# Google AndroidX libraries and Constraint Layout
1212
# https://maven.google.com/
1313
#########################################################
1414

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<metadata>
22

3-
<attr path="/api/package[@name='android.support.annotations']" name="managedName">Android.Support.Annotations</attr>
3+
<attr path="/api/package[@name='androidx.annotation']" name="managedName">AndroidX.Annotation</attr>
44

55
</metadata>

source/androidx.coordinatorlayout/coordinatorlayout/transforms/EnumMethods.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<enum-method-mappings>
2-
<!--path="/api/package[@name='android.support.design.widget']/class[@name='CoordinatorLayout']/method[@name='setVisibility' and count(parameter)=1 and parameter[1][@type='int']]"-->
32
<mapping jni-class="androidx/coordinatorlayout/widget/CoordinatorLayout">
43
<method jni-name="setVisibility" parameter="visibility" clr-enum-type="Android.Views.ViewStates" />
54
</mapping>

0 commit comments

Comments
 (0)