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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to