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

Publish scaloid-support-v4 to a maven repository #82

Open
ngirardin opened this issue May 3, 2014 · 8 comments
Open

Publish scaloid-support-v4 to a maven repository #82

ngirardin opened this issue May 3, 2014 · 8 comments

Comments

@ngirardin
Copy link

It would be great if you could publish the scaloid-support-v4 library to a maven repository like the main scaloid project.

@tvierling
Copy link
Contributor

+1 for this. I'm definitely in favor of publishing SFragment, etc. via the support library. The current app recommendations by Google favor using the support library rather than native, at least until market share of API 10 (Android 2.3.3) has shrunk to almost nothing.

@ngirardin ngirardin changed the title Publish sclaoid-support-v4 Publish scaloid-support-v4 to a maven repository Jun 2, 2014
@ngirardin
Copy link
Author

In the meanwhile you can use the following commands to publish le support lib locally:

git clone https://github.com/pocorall/scaloid.git
cd scaloid
git checkout 3.4
sbt
parent> project support-v4
support-4> publishLocal

and add the following line to your build.sbt file:
libraryDependencies += "org.scaloid" %% "scaloid-support-v4" % "3.4-10"

@i-am-the-slime
Copy link

Thanks for the instructions to use it locally! Is there anything that needs to be done to the proguard cache also?

@ngirardin
Copy link
Author

Sorry for the late reply.

Nothing particular needed with the proguard cache.

@alaendle
Copy link

👍 This would be really helpful.

@taku0
Copy link

taku0 commented Apr 5, 2015

👍

1 similar comment
@jccode
Copy link

jccode commented Aug 8, 2017

+1

@jccode
Copy link

jccode commented Aug 17, 2017

Add maven repository "https://jitpack.io" to your build.gradle.

build.gradle

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

After that, you can add the "scaloid-suppoert-v4" library.

app/build.gradle

dependencies {
    compile 'com.github.pocorall.scaloid:scaloid-support-v4_2.11:4.1'
}

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

6 participants