[MOD-2567] Android: Build "ti.paypal" module with gradle
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | High |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Paypal |
| Labels | android, build, gradle, module |
| Reporter | Joshua Quick |
| Assignee | Joshua Quick |
| Created | 2020-01-22T21:54:06.000+0000 |
| Updated | 2020-02-13T00:45:45.000+0000 |
Description
Module needs to be rebuilt for Titanium 9.0.0 to support the following:
* Built as an Android "AAR" library.
* Provide a "POM" file defining its dependencies. (Resolves library version conflicts.)
* Support AndroidX libraries.
* Add x86_64 architecture support.
Repository:
https://github.com/appcelerator-modules/ti.paypal
It looks like PayPal has deprecated the MPL library we're using. They're recommend mobile developers to switch to "Braintree Direct" to handle mobile payments. https://github.com/paypal/PayPal-Android-SDK We may need to deprecate/archive our "ti.paypal" module because of this.