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

Can't use latest versions in gradle using jitpack #204

Open
lpuglia opened this issue Mar 11, 2021 · 4 comments
Open

Can't use latest versions in gradle using jitpack #204

lpuglia opened this issue Mar 11, 2021 · 4 comments

Comments

@lpuglia
Copy link

lpuglia commented Mar 11, 2021

Hello, I'm not sure this is the correct place to report the problem I'm experiencing, feel free to redirect me, I just wanted to experiment with LiquidCore using latest version of Android Studio, I found out that the best way to include it in my project is to put this repository in the main gradle:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

and this dependency in the module gradle:

implementation 'com.github.LiquidPlayer:LiquidCore:TAG'

for some reason i cannot select any TAG higher than 0.6.2, for example with the latest release I get:

Failed to resolve: com.github.LiquidPlayer:LiquidCore:0.7.10
Show in Project Structure dialog
Affected Modules: MyModule

Who is at fault here? Gradle? jitpack or github?

@hungntv
Copy link

hungntv commented Sep 3, 2021

Hello

anyone home????

#217

@hungntv
Copy link

hungntv commented Sep 3, 2021

Hello, I'm not sure this is the correct place to report the problem I'm experiencing, feel free to redirect me, I just wanted to experiment with LiquidCore using latest version of Android Studio, I found out that the best way to include it in my project is to put this repository in the main gradle:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

and this dependency in the module gradle:

implementation 'com.github.LiquidPlayer:LiquidCore:TAG'

for some reason i cannot select any TAG higher than 0.6.2, for example with the latest release I get:

Failed to resolve: com.github.LiquidPlayer:LiquidCore:0.7.10
Show in Project Structure dialog
Affected Modules: MyModule

Who is at fault here? Gradle? jitpack or github?

Download this aar file: https://liquidplayer.github.io/packages/liquidcore-V8-0.7.10.aar

And import it into your app module

I got problem when importing it into android library module.

Can Anyone help me please?

@cdiazc
Copy link

cdiazc commented Mar 23, 2022

I've got exactly same problem, had to download/compile the AAR file myself. Unfortunately it is over 30M

@IsaacACasanova
Copy link

and I'm here as well. This is a bit inconvenient but this repo seems to not be regularly supported anymore :/

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

4 participants