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

v2.0.0 not found #3

Closed
Fifteen15Studios opened this issue Feb 6, 2021 · 1 comment
Closed

v2.0.0 not found #3

Fifteen15Studios opened this issue Feb 6, 2021 · 1 comment

Comments

@Fifteen15Studios
Copy link

When I import this as suggested, using v2.0.0 I get the following:

Execution failed for task ':app:checkTstDebugAarMetadata'.
> Could not resolve all files for configuration ':app:tstDebugRuntimeClasspath'.
   > Could not find com.github.abhishesh-srivastava:fragstack:v2.0.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/github/abhishesh-srivastava/fragstack/v2.0.0/fragstack-v2.0.0.pom
       - https://jcenter.bintray.com/com/github/abhishesh-srivastava/fragstack/v2.0.0/fragstack-v2.0.0.pom
       - https://repo.maven.apache.org/maven2/com/github/abhishesh-srivastava/fragstack/v2.0.0/fragstack-v2.0.0.pom
       - https://jitpack.io/com/github/abhishesh-srivastava/fragstack/v2.0.0/fragstack-v2.0.0.pom
     Required by:
         project :app

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

However, using implementation 'com.github.abhishesh-srivastava:fragstack:1.1.0' seems to work

@abhishesh-srivastava
Copy link
Owner

Released v2.0.1
try using : implementation 'com.github.abhishesh-srivastava:fragstack:2.0.1'

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

2 participants