DavidPacioianu/InkPageIndicator

Is there an update available that can be compiled explicitly with the new bug fixes? Version is now at 1.2.0 but doesn't contain the latest commits.

Closed this issue · 3 comments

Is there an update available that can be compiled explicitly with the new bug fixes? Version is now at 1.2.0 but doesn't contain the latest commits.

I will update it this weekend.

@DavidPacioianu see #31. I've updated gradle dependencies, and also released 1.3.0 to my maven repo (I had to do this as I require your project for one of mine, and I was getting a manifest merger error due to the incompatible dependencies).

@Alexia8 If you want a new release now, you can add the following to your app's build.gradle:

repositories {
    // You have to point to my maven repo for 1.3.0
    maven { url "https://dl.bintray.com/vexigon/maven" }
}

dependencies {
    ...
    implementation 'com.pacioianu.david:ink-page-indicator:1.3.0'
    ...
}

@Alexia8 I have just released version 1.3.0 of the library which includes your fixes and updated dependencies. Thank you for your contribution.