Coder Social home page Coder Social logo

Comments (10)

ThomasGorisse avatar ThomasGorisse commented on June 18, 2024 1

I confirm that it's a headache not only for configuring it but also for deploying a new release.
JitPack is so so so much easier fro everything and also enable the snapshot usage.

from sceneform-android.

ThomasGorisse avatar ThomasGorisse commented on June 18, 2024 1

Sceneform is now available on MavenCentral.
Fixed : 2494f6e

from sceneform-android.

RGregat avatar RGregat commented on June 18, 2024

I thought the same the last days. Currently I'm using this lib directly without any Online-Repository.

from sceneform-android.

ThomasGorisse avatar ThomasGorisse commented on June 18, 2024

Maven central is (from what I have seen) a nightmare to integrate. If you have some knowledge or good link about it, I'm interesting.
Waiting for that, there is still the Jitpack solution already in place : https://thomasgorisse.github.io/sceneform-android-sdk/dependencies

from sceneform-android.

kenyee avatar kenyee commented on June 18, 2024

Marton wrote a decent article about the process...it's not too bad once you set up everything.
https://proandroiddev.com/publishing-android-libraries-to-mavencentral-in-2021-8ac9975c3e52

from sceneform-android.

ThomasGorisse avatar ThomasGorisse commented on June 18, 2024

Anyone has an idea of what will be the future standard maven repository used by default by AndroidStudio default gradle file since jCenter is dying ?

from sceneform-android.

suryanadiminti99 avatar suryanadiminti99 commented on June 18, 2024

Anyone has an idea of what will be the future standard maven repository used by default by AndroidStudio default gradle file since jCenter is dying ?

I will support JitPack. It is very easy for releasees.

from sceneform-android.

ThomasGorisse avatar ThomasGorisse commented on June 18, 2024

Can you @suryanadiminti99, @kenyee and @RGregat please test the mavenCentral() integration clearing the gradle cache and removing jCenter/jitpack.io with this?
/build.gradle

allprojects {
    repositories {
        ...
        mavenCentral()
    }
}

app/build.gradle

dependencies {
     implementation("com.gorisse.thomas.sceneform:sceneform:1.18.8")
}

from sceneform-android.

ThomasGorisse avatar ThomasGorisse commented on June 18, 2024

Fixed 2494f6e

from sceneform-android.

RGregat avatar RGregat commented on June 18, 2024

Sorry for my absence, I will try it in the next few days!

from sceneform-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.