Giter Site home page Giter Site logo

Comments (13)

zoff99 avatar zoff99 commented on June 10, 2024 2

@gfx you can copy my example:
https://github.com/zoff99/pkgs_maskaradeOrma-encryption

https://github.com/zoff99?tab=repositories&q=orma&type=&language=&sort=

as a blueprint if you want.

from android-orma.

gfx avatar gfx commented on June 10, 2024 1

@rustam-baktybek Thank you for the suggestions. Hope it gets better than I tried the last time (5 years ago or so).

from android-orma.

zoff99 avatar zoff99 commented on June 10, 2024 1

@gfx if maven central is still difficult, like it was, you can also use jitpack.
that is very easy to setup and also widely used. you can set it up in 10 min.

from android-orma.

gfx avatar gfx commented on June 10, 2024 1

Upgrading build scripts is too hard. Will build the project as is and upload it to Jitpack.

from android-orma.

rustam-baktybek avatar rustam-baktybek commented on June 10, 2024

@gfx @k-kagurazaka
Could we resolve this issue ?

from android-orma.

zoff99 avatar zoff99 commented on June 10, 2024

i have saved the artefacts to jitpack. so until there is a better solution you can use:

!! ONLY use at your own risk !!

    implementation('com.github.zoff99:pkgs_maskaradeOrma-annotations:6.0.2') {
    }
    implementation('com.github.zoff99:pkgs_maskaradeOrma-core:6.0.2') {
        transitive = true
        exclude group: 'io.reactivex'
        exclude group: 'com.android.support'
    }
    implementation('com.github.zoff99:pkgs_maskaradeOrma-migration:6.0.2') {
        transitive = true
        exclude group: 'io.reactivex'
        exclude group: 'com.android.support'
    }
    implementation('com.github.zoff99:pkgs_maskaradeOrma:6.0.2') {
        transitive = true
        exclude group: 'io.reactivex'
        exclude group: 'com.android.support'
    }
    implementation('com.github.zoff99:pkgs_maskaradeOrma-encryption:6.0.2') {
        transitive = true
        exclude group: 'io.reactivex'
        exclude group: 'com.android.support'
    }

!! ONLY use at your own risk !!

from android-orma.

rustam-baktybek avatar rustam-baktybek commented on June 10, 2024

@zoff99
With risk -> I do not like that , I would like to use stable solution)
Also I attached another approach which will work

from android-orma.

gfx avatar gfx commented on June 10, 2024

Hi. I'm the original author of the library. I'm willing to re-publish it to somewhere else. Is Maven central the next de-fact standard registry for Android?

from android-orma.

gfx avatar gfx commented on June 10, 2024

I'll do it today or tomorrow.

from android-orma.

rustam-baktybek avatar rustam-baktybek commented on June 10, 2024

@gfx
Maven central recommended place
For example, almost all google libraries are in maven central but Repository can be in other place (see below image)
I guess if you prefer Maven Central as Repository also it will be good solution

Google stores its libraries in the Google repository and Maven central (see figure below).
https://mvnrepository.com/artifact/com.google.firebase/firebase-admin
https://mvnrepository.com/artifact/com.google.firebase

Screen Shot 2022-10-28 at 14 33 44

Screen Shot 2022-10-28 at 14 33 02

from android-orma.

rustam-baktybek avatar rustam-baktybek commented on June 10, 2024

@gfx Thank you so much

from android-orma.

gfx avatar gfx commented on June 10, 2024

I tried to upgrade the build scripts, but it seems really hard. At least Android Studio cannot upgrade them. I'll take a look at the upgrade guide and give it a try again, but it would be appreciated if someone can upgrade them.

from android-orma.

zoff99 avatar zoff99 commented on June 10, 2024

for the time being i can help you setup jitpack, if you have the artefact binaries around.

from android-orma.

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.