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

Gradle dependency #1

Closed
qcfer35 opened this issue Oct 9, 2014 · 65 comments
Closed

Gradle dependency #1

qcfer35 opened this issue Oct 9, 2014 · 65 comments

Comments

@qcfer35
Copy link

qcfer35 commented Oct 9, 2014

Hey, you do not have this project in maven?

@liuchenx
Copy link

hey, not yet now

@debugger22
Copy link

Please do that!

@csehtamas
Copy link

Would be great :)

@navasmdc
Copy link
Owner

Hey!, I'm looking how to do it, I will upload it as soon as i find out how to do it.

@ChrisMCMine
Copy link

+1

Check out this plugin to push the library to the maven repository.

@nmrainho
Copy link

Hi there, any idea when this great project gets his maven repository??

@hamen
Copy link

hamen commented Oct 28, 2014

@Shailevy
Copy link

+1

1 similar comment
@akoul889
Copy link

+1

@goonerDroid
Copy link

Amazing library.Can you please already upload to maven!!!

@samsoft00
Copy link

Please how can i add this project as Library to android studio 0.6.0 Thanks

Just Add the project into my android studio, but receive this error
Error:Configuration with name 'default' not found.

@marsicdev
Copy link

First you should update you AS to at least >=0.8 version and after that you can take a look at my fork of this library inside android-studio-module branch. Readme is also updated how to explain import procedure in AS...

@marsicdev
Copy link

+1 for push to maven repository

@samsoft00
Copy link

@marsicdev got AS 0.8 version but i'm still experiencing the same problem, i check the branch but can't find procedure "Error:Configuration with name 'default' not found." Please upload maven or gradle

@marsicdev
Copy link

@samsoft00 it is like regular module import and should work. Check your project settings.gradle to make sure that is imported there...

@pulimento
Copy link

+1, please upload it to use as gradle dependency. Thanks in advance, paisano :)

@HugoMatilla
Copy link

+1. How is it going with the gradle dependency? Gracias :)

@DeveloperPaul123
Copy link

If you need help generating the gradle file to upload to maven I can help. I've done it more than once and it's worked.

@TriPSs
Copy link

TriPSs commented Nov 12, 2014

Please upload to gradle.

@jkwiecien
Copy link

+1 for uploading for gradle dependency

@Devofure
Copy link

+1, gradle dependency please!

1 similar comment
@ppamorim
Copy link

+1, gradle dependency please!

@jordond
Copy link

jordond commented Nov 19, 2014

+1 gradle would be fantastic.

@Harbon
Copy link

Harbon commented Nov 20, 2014

I got this problem too :'Error:Configuration with name 'default' not found.',my AS version is 0.8+,i also have added this project to settings.gradle.

@rodrigoGA
Copy link

+1

4 similar comments
@robisaks
Copy link

+1

@Trojaner
Copy link

+1

@jenzz
Copy link

jenzz commented Nov 23, 2014

👍

@y2kshane
Copy link

+1

@Mokkapps
Copy link

I have the same problem as @Harbon and @samsoft00 with :'Error:Configuration with name 'default' not found.'. Would love to see gradle!

+1

@pulimento
Copy link

Change runProguard to minifyEnabled
El 01/12/2014 10:19, "chenleicpp" notifications@github.com escribió:

@samsoft00 https://github.com/samsoft00 Error:(15, 0) Gradle DSL method
not found: 'runProguard()'
Possible causes:


Reply to this email directly or view it on GitHub
#1 (comment)
.

@EugeneHoran
Copy link

+1

@2dxgujun
Copy link

2dxgujun commented Dec 2, 2014

+10086

@djj0809
Copy link

djj0809 commented Dec 3, 2014

+1, any updates?

@achuinard
Copy link

Still not publicly available?

@Martinch0
Copy link

+1... We would like to hear if there are any plans of actually uploading it to maven

@samsoft00
Copy link

On my kneel praying... hopefully to have it maven soon publicly!

@navasmdc
Copy link
Owner

navasmdc commented Dec 6, 2014

Sorry, I'm trying upload to maven, but I don't have so much idea , I'll tell you when It's done

@pulimento
Copy link

Ivan, talk to @DeveloperPaul123, he might help you :)
El 06/12/2014 21:26, "Ivan Navas" notifications@github.com escribió:

Sorry, I'm trying upload to maven, but I don't have so much idea , I'll
tell you when It's done


Reply to this email directly or view it on GitHub
#1 (comment)
.

@navasmdc
Copy link
Owner

navasmdc commented Dec 6, 2014

Yes, he's helping me

@samsoft00
Copy link

Great!

@achuinard
Copy link

Any update?

@romangromov
Copy link

Can't wait for Gradle dependency, please move it forward asap, thank you for your hard work and awesome library!

@linoliveira
Copy link

+1

@pulimento
Copy link

Maybe this can help you
https://github.com/chrisbanes/gradle-mvn-push

@JanChvala
Copy link

I dont want to be rude or steel any glory from the author but I've build the aar package for this library and uploaded it to my local repository here on GitHub.

I forked this repo - Android Studio gradle based project with ONE SIGNIFICANT CHANGE - SUPPORT IS FOR API v 15 and above.

You can use it if you want like this:

repositories {
    ...
    maven { url 'https://github.com/JanChvala/janchvala-mvn-repo/raw/master/releases' }
}

dependencies {
    ...
    compile "com.gc.materialdesign:library:1.0.0@aar"
}

Please bear in mind that once this library has its own distributed version (or if the author will ask me to) I will erase the library from my repo. So it is on your own. Thanks for understanding.

@cxl086
Copy link

cxl086 commented Dec 15, 2014

@JanChvala great job!

@achuinard
Copy link

@JanChvala wouldn't it be rather simple to just send him a pull request so this can be put in maven central?

@JanChvala
Copy link

@achuinard To put libraries in maven central is not as easy as it seems to be (eg. publishing PGP signatures). My approach is not using central repository at all but it is hosted on GitHub instead. This allows me to treat the repository as simple GIT repository - which is simple.

As I said. This is temporary (Just for those who cannot stand waiting :) ) for official release. Another think why I forked this repo instead of simple building aar file is that I wanted to drop support for API 14 and lower - This might be a blocker for somebody targetting froyo though.

@navasmdc
Copy link
Owner

Sorry for the wait, the user @cesarizu is helping to me, could be done this week

@kaleai
Copy link
Contributor

kaleai commented Dec 17, 2014

@JanChvala Cool!

@BilalBoulifa
Copy link

this is not done yet !!!!!

@stepango
Copy link

Instead of maven you could publish it on jcenter, is much faster and easier

@romangromov
Copy link

Hi guys,

how is this task going on?

@TriPSs
Copy link

TriPSs commented Jan 6, 2015

I'm using it now for a while and i can really recommend to include the project to your own app, because then you can still change little things like the ripple speed.

@qcfer35
Copy link
Author

qcfer35 commented Jan 6, 2015

@TriPSs
I think the library is not 100%, these details should be supporter of the library without making changes, however there must be reliance on Gradle to use and detect errors

@navasmdc
Copy link
Owner

Hi guys, GOOD NEWS!!, I've finally gotten it, I've upload the project to the Jcenter if you want acces to the library, have to add these lines in your buil.gradle

repositories {
jcenter()
}

dependencies {
compile(group: 'com.github.navasmdc', name: 'MaterialDesign', version: '1.0', ext: 'aar')
}

@romaloma
Copy link

romaloma commented Apr 3, 2015

Not working again....
Error:(25, 13) Failed to resolve: com.github.navasmdc:MaterialDesign:1.0

tried with both
compile 'com.github.navasmdc:MaterialDesign:1.0@aar' , which used to work,
and
compile(group: 'com.github.navasmdc', name: 'MaterialDesign', version: '1.0', ext: 'aar')

@navasmdc
Copy link
Owner

navasmdc commented Apr 4, 2015

Hi, the library is in the 1.4 version try with this compile line

compile 'com.github.navasmdc:MaterialDesign:1.4@aar'

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