LivotovLabs / 3DSView

Android UI component to process banking 3D Secure (MasterCard SecureCode / Verified By Visa) payment authorizations in Android apps.
Apache License 2.0
111 stars 51 forks source link

Migrate to androidX #28

Closed doniwinata0309 closed 3 years ago

doniwinata0309 commented 4 years ago

Any plan to migrate legacy support package to use androidX ? By moving the library to androidX, we can disable jetifier and make some improvement on the build speed.

mezpahlan commented 3 years ago

26 satisfies this requirement. In addition #29 removed any need for this requirement. The library is actually pretty simple and doesn't need many dependencies further than what is available in API of the Android SDK.

In other words I think this is can be closed. Do you agree @livotov ?