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

Use latest patch of the OSS plugin #190

Merged
merged 1 commit into from
Oct 4, 2018
Merged

Use latest patch of the OSS plugin #190

merged 1 commit into from
Oct 4, 2018

Conversation

lbalmaceda
Copy link
Contributor

@lbalmaceda lbalmaceda commented Oct 4, 2018

This PR fixes the maven publishing plugin.

Note

People using this library from version 1.14.0 and up should start targeting latest android SDK versions, as recommended by Google. Those running into conflicts because of different com.android.support libraries versions can choose to use latest release 28.0.0 or exclude the ones required by this library and require a different version in their app's build.gradle file as shown below:

e.g. if choosing an older version such as 25.4.0

apply plugin: 'com.android.application'

android {
    //...
}

dependencies {
    implementation ('com.auth0.android:auth0:1.14.0'){
        exclude group: 'com.android.support', module: 'appcompat-v7'
        exclude group: 'com.android.support', module: 'customtabs'
    }
    implementation 'com.android.support:appcompat-v7:25.4.0'
    implementation 'com.android.support:customtabs:25.4.0'
    //...
}

@lbalmaceda lbalmaceda added this to the v1-Next milestone Oct 4, 2018
@lbalmaceda lbalmaceda merged commit 91f5656 into master Oct 4, 2018
@lbalmaceda lbalmaceda modified the milestones: v1-Next, 1.14.1 Oct 4, 2018
@lbalmaceda lbalmaceda deleted the update-gradle branch October 4, 2018 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants