Skip to content

Commit e334656

Browse files
jcesarmobilemacdonst
authored andcommitted
CB-14017 (android): Make com.android.support:support-v4 version configurable (#318)
1 parent 5ec121b commit e334656

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
<clobbers target="CameraPopoverHandle" />
8282
</js-module>
8383

84-
<framework src="com.android.support:support-v4:24.1.1+" />
84+
<preference name="ANDROID_SUPPORT_V4_VERSION" default="27.+"/>
85+
<framework src="com.android.support:support-v4:$ANDROID_SUPPORT_V4_VERSION"/>
8586

8687
</platform>
8788

0 commit comments

Comments
 (0)