Open ikermart opened 9 years ago
The apklib packaging of this project is not compatible with the android gradle plugin, which uses aar packaging now. See here for a long explanation: https://stackoverflow.com/questions/15173923/external-android-library-projects-with-gradle
Is there a way that an aar for this library can be made available?
https://github.com/friberry/mvn-repo/find/master aar library. here's how to include from local file system: http://stackoverflow.com/questions/24506648/adding-local-aar-files-to-gradle-build-using-flatdirs-is-not-working/28816265#28816265
Hi, 2 days ago this library started to show this issue: on android studio package com.github.kevinsawicki.wishlist does not exist My gradle (compile 'com.github.kevinsawicki:wishlist:0.9') configuration didn't change, so I'm assuming that something has changed on the maven repository, any idea how to solve this problem?