Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow appcompat version to be configurable #1208

Merged
merged 1 commit into from Apr 18, 2021

Conversation

erisu
Copy link
Member

@erisu erisu commented Apr 15, 2021

Motivation and Context

Allow the AndroidX AppCompat library version to be configurable.

Description

Added a config.xml preference to allow users to override the default version at their own risk.

Example Config:

<platform name="android">
    <preference name="AndroidXAppCompatVersion" value="1.3.0-rc01" />
</platform>

Testing

  • npm t
  • cordova build android with no change
  • cordova build android with changes using the example config above that sets the version to 1.3.0-rc01

Checklist

@erisu erisu added this to the 10.0.0 milestone Apr 15, 2021
@erisu erisu added this to In Progress in Release Plan - 10.1.0 via automation Apr 15, 2021
Release Plan - 10.1.0 automation moved this from In Progress to Reviewer approved Apr 16, 2021
Copy link
Member

@jcesarmobile jcesarmobile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@erisu erisu merged commit 8d40770 into apache:master Apr 18, 2021
Release Plan - 10.1.0 automation moved this from Reviewer approved to Done Apr 18, 2021
@erisu erisu deleted the feat/appcompat-configurable branch April 18, 2021 22:30
wedgberto pushed a commit to wedgberto/cordova-android that referenced this pull request May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants