We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14932c0 commit c68a7beCopy full SHA for c68a7be
Sources/Android/AndroidNamespace.swift
@@ -88,6 +88,7 @@ public enum Android: JavaPackage {
88
}
89
90
91
+@available(*, deprecated)
92
public enum SupportV7: JavaPackage {
93
94
public static let package: JNIPackage = ["android", "support", "v7"]
@@ -103,6 +104,7 @@ public enum SupportV7: JavaPackage {
103
104
105
106
107
108
public enum SupportV4: JavaPackage {
109
110
public static let package: JNIPackage = ["android", "support", "v4"]
0 commit comments