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
Jcenter is being sunset so do you have any plans to start releasing versions to Maven?
Thanks!
The text was updated successfully, but these errors were encountered:
On the develop branch there were changes to the use of jitpack. The current version there is 1.0.6. For me the following worked:
implementation 'com.github.ironSource.dslint:dslint:1.0.6' implementation 'com.github.ironSource.dslint:dslint-annotations:1.0.6' lintPublish 'com.github.ironSource.dslint:dslint-checks:1.0.6'
(and do not forget to add jitpack in your root build.gradle)
allprojects { repositories { maven { url 'https://jitpack.io' } } }
Would be nice if this was also in the readme.
Sorry, something went wrong.
No branches or pull requests
Jcenter is being sunset so do you have any plans to start releasing versions to Maven?
Thanks!
The text was updated successfully, but these errors were encountered: