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

Could not find eu.bolt:screenshotty-rx-lib:1.0.4 #26

Open
BenBinary opened this issue Mar 22, 2022 · 3 comments
Open

Could not find eu.bolt:screenshotty-rx-lib:1.0.4 #26

BenBinary opened this issue Mar 22, 2022 · 3 comments

Comments

@BenBinary
Copy link

Gradle can't find the library

image

@BenBinary
Copy link
Author

BenBinary commented Mar 23, 2022

I'm using Gradle in the version 4.1.3

@sdunnin
Copy link

sdunnin commented Nov 3, 2022

Same issue here. Can build all of the other libs without any problems. Android Studio IDE is also happy with sample.MainActivity's import that references eu.bolt.screenshotty.rx. Have spent way too much time internet searching for solution with out any luck.

@minhdangoz
Copy link

minhdangoz commented Aug 20, 2023

Use this instead


dependencies {
//    implementation deps.libs.screenshotty
//    implementation deps.libs.screenshottyRx
    implementation project(":screenshotty-lib")
    implementation project(":screenshotty-rx-lib")
    implementation deps.libs.appCompat
    implementation deps.libs.kotlin
    implementation deps.libs.rxJava
}

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

3 participants