Skip to content

Commit 06e852e

Browse files
committed
update to use androidx:browser:browser framework in plugin.xml
1 parent 0146343 commit 06e852e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</feature>
4646
</config-file>
4747
<framework src="build/android/SafariViewController-java18.gradle" custom="true" type="gradleReference" />
48-
<framework src="com.android.support:customtabs:23.2.0" />
48+
<framework src="androidx.browser:browser:1.3.0" />
4949

5050
<source-file src="src/android/ChromeCustomTabPlugin.java" target-dir="src/com/customtabplugin" />
5151
<source-file src="src/android/helpers/CustomTabServiceHelper.java" target-dir="src/com/customtabplugin" />

0 commit comments

Comments
 (0)