You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/04/15 22:45:43 UTC

[GitHub] [cordova-android] erisu opened a new pull request #1208: feat: allow appcompat version to be configurable

erisu opened a new pull request #1208:
URL: https://github.com/apache/cordova-android/pull/1208


   ### 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:**
   
   ```xml
   <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
   
   - [x] I've run the tests to see all new and existing tests pass
   - [x] Will update the documentation here (https://github.com/apache/cordova-docs/issues/1169)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-android] erisu merged pull request #1208: feat: allow appcompat version to be configurable

Posted by GitBox <gi...@apache.org>.
erisu merged pull request #1208:
URL: https://github.com/apache/cordova-android/pull/1208


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org