allowed support library version to be configurable

This commit is contained in:
Aaron Faber 2018-11-13 10:55:11 +00:00
parent 90b620b921
commit 054d7fa21b

View File

@ -31,7 +31,8 @@
</provider> </provider>
</config-file> </config-file>
<source-file src="src/android/res/xml/opener_paths.xml" target-dir="res/xml" /> <source-file src="src/android/res/xml/opener_paths.xml" target-dir="res/xml" />
<framework src="com.android.support:support-v4:27.+" /> <preference name="ANDROID_SUPPORT_V4_VERSION" default="27.+"/>
<framework src="com.android.support:support-v4:$ANDROID_SUPPORT_V4_VERSION"/>
</platform> </platform>
<!-- iOS --> <!-- iOS -->