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
compile 'io.paperdb:paperdb:1.1' dependency is not loading in my Android Studio !!!!
Only that Library project we have to add !!!!?
&
In Demo app nothing was there .... U can try to add few examples, for beginners it will helpful .....
The text was updated successfully, but these errors were encountered:
Make sure you specified the repo with dependency. Paper is hosted on jcenter. My repositories section in build.gradle looks like:
repositories
build.gradle
repositories { mavenLocal() jcenter() mavenCentral() }
Sorry, something went wrong.
Hi pilgr. Am having issues synchronizing my project after adding your implementation 'io.paperdb:paperdb:2.6' dependency. Below is the error message
Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve io.paperdb:paperdb:2.6. Open File Show Details
Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve io.paperdb:paperdb:2.6. Open File Show Details
Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve io.paperdb:paperdb:2.6. Open File Show Details
Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve io.paperdb:paperdb:2.6. Open File Show Details
Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve io.paperdb:paperdb:2.6. Open File Show Details
No branches or pull requests
compile 'io.paperdb:paperdb:1.1' dependency is not loading in my Android Studio !!!!
Only that Library project we have to add !!!!?
&
In Demo app nothing was there .... U can try to add few examples, for beginners it will helpful .....
The text was updated successfully, but these errors were encountered: