We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
SifoInternetAndroidSDK/libmobiletagging/build.gradle
Line 39 in 7135265
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.
The text was updated successfully, but these errors were encountered:
Merge pull request #7 from shortcut/support_android_12_cookies
be46ace
Support android 12 cookies
No branches or pull requests
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
SifoInternetAndroidSDK/libmobiletagging/build.gradle
Line 39 in 7135265
Also, if I include it like this in our project:
the library still seems to work and the build problems are gone.
The text was updated successfully, but these errors were encountered: