[
https://issues.apache.org/jira/browse/CB-14017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481482#comment-16481482
]
ASF GitHub Bot commented on CB-14017:
-------------------------------------
macdonst closed pull request #318: CB-14017 (android): Make
com.android.support:support-v4 version configurable
URL: https://github.com/apache/cordova-plugin-camera/pull/318
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/plugin.xml b/plugin.xml
index e193b517..203b7a62 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -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>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Make com.android.support:support-v4 version configurable
> --------------------------------------------------------
>
> Key: CB-14017
> URL: https://issues.apache.org/jira/browse/CB-14017
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-plugin-camera
> Reporter: Dmitry
> Assignee: jcesarmobile
> Priority: Major
> Labels: easyfix
>
> Cordova build fails with exception:
> :processDebugResourcesERROR: In <declare-styleable> FontFamilyFont, unable
> to find attribute android:fontVariationSettings
> ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute
> android:ttcIndex
> This can be fixed in plugin.xml by upgrading
> <framework src="com.android.support:support-v4:24.1.1+" />
> to a higher version like 27.0.1 or downgrading to 23.+.
>
> Examples (tested):
> <framework src="com.android.support:support-v4:27.0.1" />
> or
> <framework src="com.android.support:support-v4:23.+" />
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]