ObjectCache icon indicating copy to clipboard operation
ObjectCache copied to clipboard

gradle requires @aar

Open RasmusKOlsen opened this issue 11 years ago • 1 comments

Hi.

When trying to use gradle to install this, it seems I needed to do the following: compile 'com.iainconnor:objectcache:0.0.18-SNAPSHOT@aar' to get gradle to download correctly - otherwise it tried to grab a jar file that could not be found.

Also required me to add xmlns:tools="http://schemas.android.com/tools" to my application manifest and use tools:replace="android:icon,android:theme" in the application tag to get it to work.

It took quite a while for me to figure this out - being new to gradle - so I wanted to share it here. I don't know if this is an error in the way things are set up here, or a gradle/android studio error.

RasmusKOlsen avatar Jul 31 '14 09:07 RasmusKOlsen

And the good thing would be (after of course stabilizing the library) push it to Maven Central...

emce avatar Apr 01 '15 07:04 emce