LiquidPlayer/LiquidCore

Can't use latest versions in gradle using jitpack

lpuglia opened this issue · 4 comments

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?

Hello

anyone home????

#217

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?

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

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