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

Fix outdated package name String #21

Closed
wants to merge 1 commit into from

Conversation

vaughandroid
Copy link

For me this fixes the issues which seem to have arisen for Android users with versions 1.3 and 1.4.
#20 & various comments on other issues

Thanks to the wonders of jitpack.io you can try this out by adding this to your build script:

repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    androidTestCompile 'com.github.vaughandroid:dexmaker:v1.5-SNAPSHOT'
}

@ened
Copy link
Contributor

ened commented Jan 15, 2016

@dshirley please merge

@vaughandroid
Copy link
Author

Per the comments in #20, this isn't needed. Including the dexmaker-dx dependency should fix the issues that this was addressing.

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

Successfully merging this pull request may close these issues.

2 participants