-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels