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

Remove usage of commons-lang-2.3.1 #7

Open
lizell opened this issue Sep 1, 2021 · 0 comments
Open

Remove usage of commons-lang-2.3.1 #7

lizell opened this issue Sep 1, 2021 · 0 comments

Comments

@lizell
Copy link

lizell commented Sep 1, 2021

We are seeing some build issues related to dexing with the now quite old lib commons-lang-2.3.1. I don't think it is even used in this package?

See

implementation 'commons-lang:commons-lang:2.3'

Also, if I include it like this in our project:

    implementation('com.github.kantarsifo:SifoInternetAndroidSDK:4.0.1') {
        exclude module: 'commons-lang'
    }

the library still seems to work and the build problems are gone.

Morteza-Rastgoo added a commit that referenced this issue Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant