Coder Social home page Coder Social logo

Comments (13)

HaithamSheshtawy avatar HaithamSheshtawy commented on July 24, 2024

now its public, can u please test

from gosellsdk-android.

mirland avatar mirland commented on July 24, 2024

It's not working. More dependencies are missing.

* What went wrong:
Execution failed for task ':goSellSDKSample:mergeDebugAssets'.
> Could not resolve all files for configuration ':goSellSDKSample:debugRuntimeClasspath'.
   > Could not resolve com.github.Tap-Payments:TapFontsKit-Android:1.0.
     Required by:
         project :goSellSDKSample
      > Could not resolve com.github.Tap-Payments:TapFontsKit-Android:1.0.
         > Could not get resource 'https://jitpack.io/com/github/Tap-Payments/TapFontsKit-Android/1.0/TapFontsKit-Android-1.0.pom'.
            > Could not GET 'https://jitpack.io/com/github/Tap-Payments/TapFontsKit-Android/1.0/TapFontsKit-Android-1.0.pom'. Received status code 401 from server: Unauthorized
   > Could not resolve com.github.Tap-Payments:TapDimensionsKit-Android:1.0.
     Required by:
         project :goSellSDKSample
      > Could not resolve com.github.Tap-Payments:TapDimensionsKit-Android:1.0.
         > Could not get resource 'https://jitpack.io/com/github/Tap-Payments/TapDimensionsKit-Android/1.0/TapDimensionsKit-Android-1.0.pom'.
            > Could not GET 'https://jitpack.io/com/github/Tap-Payments/TapDimensionsKit-Android/1.0/TapDimensionsKit-Android-1.0.pom'. Received status code 401 from server: Unauthorized

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 10s
16 actionable tasks: 16 executed

You can try it following the same steps as before.

from gosellsdk-android.

HaithamSheshtawy avatar HaithamSheshtawy commented on July 24, 2024

Now both TapDimensionsKit-Android and TapFontsKit-Android are public can u check now

from gosellsdk-android.

mirland avatar mirland commented on July 24, 2024

So I tried it but I'm still facing the same issue. Did you try with the steps I posted in the description of this issue?

from gosellsdk-android.

HaithamSheshtawy avatar HaithamSheshtawy commented on July 24, 2024

I reproduced your scenario as mentioned in the description, and everything is working fine.
image

But, can you just add implementation 'com.github.Tap-Payments:goSellSDK-Android:2.4.6' as a dependency to your project and sync. don't test it through goSellSDKSample

from gosellsdk-android.

HaithamSheshtawy avatar HaithamSheshtawy commented on July 24, 2024

Also, this is jit pack artifact report:
image

from gosellsdk-android.

mirland avatar mirland commented on July 24, 2024

I'm still having issues, now we have another dependency with issues:

 What went wrong:
Execution failed for task ':library:generateReleaseRFile'.
> Could not resolve all files for configuration ':library:releaseRuntimeClasspath'.
   > Could not resolve com.github.Tap-Payments:TapGLKit-Android:1.15.
     Required by:
         project :library
      > Could not resolve com.github.Tap-Payments:TapGLKit-Android:1.15.
         > Could not get resource 'https://jitpack.io/com/github/Tap-Payments/TapGLKit-Android/1.15/TapGLKit-Android-1.15.pom'.
            > Could not GET 'https://jitpack.io/com/github/Tap-Payments/TapGLKit-Android/1.15/TapGLKit-Android-1.15.pom'. Received status code 401 from server: Unauthorized

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 38s
7 actionable tasks: 1 executed, 6 up-to-date

I tried it in your project and also in my app.
If you want to reproduce the issue you can clone your project and execute ./gradlew :library:assembleRelease --refresh-dependencies. Keep in mind that I added --refresh-dependencies flag in order to reload all dependencies, because that dependency was working fine but it's not working anymore.

from gosellsdk-android.

HaithamSheshtawy avatar HaithamSheshtawy commented on July 24, 2024

It seems you face different issues each time. and I have doubts about JitPack itself.
So, I reproduced your scenario again. I made the lib public.
can you test it now?

from gosellsdk-android.

HaithamSheshtawy avatar HaithamSheshtawy commented on July 24, 2024

TapGLKit-Android:1.15
image

from gosellsdk-android.

HaithamSheshtawy avatar HaithamSheshtawy commented on July 24, 2024

Could u please close the issue If you be able to integrate.

from gosellsdk-android.

mirland avatar mirland commented on July 24, 2024

Yep, it's working now. Thanks!

from gosellsdk-android.

HaithamSheshtawy avatar HaithamSheshtawy commented on July 24, 2024

Great
Most welcome.

from gosellsdk-android.

atanvir avatar atanvir commented on July 24, 2024

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':goSellSDKSample:mergeDebugAssets'.

Could not resolve all files for configuration ':goSellSDKSample:debugRuntimeClasspath'.
Could not resolve com.github.Tap-Payments:TapColorsKit-Android:1.0.
Required by:
project :goSellSDKSample
> Could not resolve com.github.Tap-Payments:TapColorsKit-Android:1.0.
> Could not get resource 'https://jitpack.io/com/github/Tap-Payments/TapColorsKit-Android/1.0/TapColorsKit-Android-1.0.pom'.
> Could not GET 'https://jitpack.io/com/github/Tap-Payments/TapColorsKit-Android/1.0/TapColorsKit-Android-1.0.pom'. Received status code 401 from server: Unauthorized

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

from gosellsdk-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.