daniel-stoneuk / material-about-library

Makes it easy to create beautiful about screens for your apps
Apache License 2.0
1.12k stars 140 forks source link

support library mismatch with project #66

Closed DesigningKnights closed 7 years ago

DesigningKnights commented 7 years ago

Hi, the current android support libraries are at 26.0.1, causing Android Studio to refuse to compile with the current library, since it's at 25.3.1.

daniel-stoneuk commented 7 years ago

Hi, sorry about that. I'm currently away from my pc but feel free to make a pull request changing the dependencies and then use the commit in gradle.

Sent from my Google Pixel using FastHub

DesigningKnights commented 7 years ago

I made the pull request, and fixed the support library version, as well as added the repository for the google maven files.

DesigningKnights commented 7 years ago

Hi again, sorry, I don't know enough about jitpack, does it automatically rebuild for changes? Even though the changes were merged, I'm still getting the same error about the mismatch when using the repository through jitpack.

daniel-stoneuk commented 7 years ago

Use the commit id

    dependencies {
            compile 'com.github.daniel-stoneuk:material-about-library:b6d3ffe515'
    }

Sent from my Google Pixel using FastHub

DesigningKnights commented 7 years ago

Ah, thanks.

daniel-stoneuk commented 7 years ago

Check out version 2.2.3 which supports three different support library versions :) Thanks.