Code Monkey home page Code Monkey logo

Comments (9)

ocram avatar ocram commented on May 21, 2024

Thank you!

I don't really think adding a JAR in Android Studio is that messy or difficult (anymore):

Regarding Maven, you're probably referring to this, right?

from android-ddp.

kordianbruck avatar kordianbruck commented on May 21, 2024

Well yes, a JAR works fine, but if you want to publish your app open source, other people should be able to just download the source code and all dependencies will also be then downloaded automatically. I am not sure if this works with Autobahn in this project, but it make the usage way easier.

Check out this blog article for a proper explanation:
http://inthecheesefactory.com/blog/how-to-upload-library-to-jcenter-maven-central-as-dependency/en

from android-ddp.

ocram avatar ocram commented on May 21, 2024

Thanks, I see your point.

I will look into this, but it may take some time. Sorry!

Leaving this issue open until it's done :)

from android-ddp.

jitpack-io avatar jitpack-io commented on May 21, 2024

Hi

Would be very easy publish Android-DPP as a maven library on JitPack.io. All that's needed is a Gradle build file. Happy to submit a PR if you're interested.
https://jitpack.io/#delight-im/Android-DDP

from android-ddp.

ocram avatar ocram commented on May 21, 2024

@jitpack-io Yes, please feel free to submit a pull request! This will allow us to judge if using your service is indeed more convenient while still fulfilling the requirements. Maybe it will solve the Maven issue for us :)

from android-ddp.

jitpack-io avatar jitpack-io commented on May 21, 2024

Ok great, submitted PR #45. To publish a new version simply add a GitHub release. That's it:)

from android-ddp.

ocram avatar ocram commented on May 21, 2024

Can someone please try if you can include this library as a Maven dependency in Gradle now?

  • Declare the Gradle repository in your root build.gradle

    allprojects {
       repositories {
           maven { url "https://jitpack.io" }
       }
    }
  • Declare the Gradle dependency in your app module's build.gradle

    dependencies {
       compile 'com.github.delight-im:Android-DDP:413cd62cb6'
    }

from android-ddp.

kordianbruck avatar kordianbruck commented on May 21, 2024

@mwaclawek Yes - works like a charm! Thanks!

from android-ddp.

ocram avatar ocram commented on May 21, 2024

The README has been updated with the Gradle dependency information:
https://github.com/delight-im/Android-DDP/blob/59e79b8e19c9ac74c7e428fa1bb4d50fc9b00b4a/README.md#installation

Thanks for testing, @kordianbruck, and thanks for providing this service, @jitpack-io!

from android-ddp.

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.