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

Seems to be wrong release version. Example not working for using unsupported method #41

Closed
felixswang opened this issue Nov 11, 2014 · 10 comments

Comments

@felixswang
Copy link

Using IntelliJ and importing as

compile 'com.rockerhieu.emojicon:library:1.0'

However, in EmojiActivity.java, none of

mEditEmojicon.setUseSystemDefault(b)
mTxtEmojicon.setUseSystemDefault(b)
EmojiconsFragment.newInstance(useSystemDefault)

could be found.

Did I config the dependencies wrong or the library has a version mismatch with the example?

Thanks,

  • Felix
@rockerhieu
Copy link
Owner

Let me check. I think i forgot to deploy the library to maven repo.
On Nov 11, 2014 5:00 PM, "felixswang" notifications@github.com wrote:

Using IntelliJ and importing as

compile 'com.rockerhieu.emojicon:library:1.0'

However, in EmojiActivity.java, none of

mEditEmojicon.setUseSystemDefault(b)
mTxtEmojicon.setUseSystemDefault(b)
EmojiconsFragment.newInstance(useSystemDefault)

could be found.

Did I config the dependencies wrong or the library has a version mismatch
with the example?

Thanks,

  • Felix


Reply to this email directly or view it on GitHub
#41.

@rockerhieu
Copy link
Owner

Hey @felixswang, could you try 1.1-SNAPSHOT instead?

@felixswang
Copy link
Author

Hey Hieu,

Thanks for the timely update and reply! I will try it out this week and let
you know.

Best regards,

Felix

On Sun, Nov 16, 2014 at 5:17 AM, Hieu Rocker notifications@github.com
wrote:

Hey @felixswang https://github.com/felixswang, could you try
1.1-SNAPSHOT instead?


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

@felixswang
Copy link
Author

@rockerhieu

I tried to use compile 'com.rockerhieu.emojicon:library:1.1-SNAPSHOT' in the gradle build file in IntelliJ, but when I tried to sync the build file, IntelliJ gave me the error

Error:Failed to find: com.rockerhieu.emojicon:library:1.1-SNAPSHOT

Do you know why this happens?

Thanks,

Felix

@rockerhieu
Copy link
Owner

You will need to point the maven repo to this url
https://oss.sonatype.org/content/repositories/snapshots/
On Nov 23, 2014 6:50 AM, "felixswang" notifications@github.com wrote:

@rockerhieu https://github.com/rockerhieu

I tried to use compile 'com.rockerhieu.emojicon:library:1.1-SNAPSHOT' in
the gradle build file in IntelliJ, but when I tried to sync the build file,
IntelliJ gave me the error

Error:Failed to find: com.rockerhieu.emojicon:library:1.1-SNAPSHOT

Do you know why this happens?

Thanks,

Felix


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

@Egorand
Copy link

Egorand commented Feb 12, 2015

Hi @rockerhieu

Any plans to release 1.1 to the Maven Central?

Thanks
Egor

@rockerhieu
Copy link
Owner

@Egorand you could continue using 1.1-SNAPSHOT. If there is nothing critical coming up, I will release it to maven in couple days.

@rockerhieu
Copy link
Owner

1.1 is deployed! Please give it sometimes to sync to maven central.

@rockerhieu
Copy link
Owner

The deployment was be rejected. Checking...

@rockerhieu
Copy link
Owner

Confirmed, 1.1 is on maven central

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

3 participants