Added fix to stop support version pulling in alphas

This commit is contained in:
Aaron Faber 2017-11-15 15:31:54 +00:00
parent 681d39b140
commit 3511dac4b1

View File

@ -31,7 +31,7 @@
</provider>
</config-file>
<source-file src="src/android/res/xml/opener_paths.xml" target-dir="res/xml" />
<framework src="com.android.support:support-v4:+" />
<framework src="com.android.support:support-v4:25.+" />
</platform>
<!-- iOS -->