Skip to content

Commit

Permalink
CB-14017 (android): Make com.android.support:support-v4 version confi…
Browse files Browse the repository at this point in the history
…gurable (#318)
  • Loading branch information
jcesarmobile authored and macdonst committed May 19, 2018
1 parent 5ec121b commit e334656
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit e334656

Please sign in to comment.