CB-14017 (android): Make com.android.support:support-v4 version configurable (#318)

This commit is contained in:
jcesarmobile 2018-05-19 07:59:48 +02:00 committed by Simon MacDonald
parent 5ec121bf98
commit e334656933

View File

@ -81,7 +81,8 @@
<clobbers target="CameraPopoverHandle" />
</js-module>
<framework src="com.android.support:support-v4:24.1.1+" />
<preference name="ANDROID_SUPPORT_V4_VERSION" default="27.+"/>
<framework src="com.android.support:support-v4:$ANDROID_SUPPORT_V4_VERSION"/>
</platform>