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
Could not resolve org.xmlpull:xmlpull:1.1.4.0.
Possible solution:
implementation(group: 'org.xmlpull', name: 'xmlpull', version: '1.1.4.0')
Official vesion1.1.3.4d_b4_min!
Did you check you lib??? 1.1.4.0 is you dream?
The text was updated successfully, but these errors were encountered:
Bintray has shut down and so all my repos have been deleted. The Dependency has moved to https://gitlab.com/om7sense-public/libraries/xmlpull-api-v1/-/packages/1855300, so try
<repositories> <repository> <id>gitlab-maven</id> <url>https://gitlab.com/api/v4/projects/26729549/packages/maven</url> </repository> </repositories> <distributionManagement> <repository> <id>gitlab-maven</id> <url>https://gitlab.com/api/v4/projects/26729549/packages/maven</url> </repository> <snapshotRepository> <id>gitlab-maven</id> <url>https://gitlab.com/api/v4/projects/26729549/packages/maven</url> </snapshotRepository> </distributionManagement> <dependency> <groupId>org.xmlpull</groupId> <artifactId>xmlpull</artifactId> <version>1.1.4.0</version> </dependency>
Sorry, something went wrong.
I can verify that the above works for builds!
No branches or pull requests
Could not resolve org.xmlpull:xmlpull:1.1.4.0.
Possible solution:
implementation(group: 'org.xmlpull', name: 'xmlpull', version: '1.1.4.0')
Official vesion1.1.3.4d_b4_min!
Did you check you lib??? 1.1.4.0 is you dream?
The text was updated successfully, but these errors were encountered: