I need to use this MMS library in my android app. I have downloaded source and successfully built sample application included in the git. Now I want to integrate the library into my own application that is already partially done. In the README file they say:
To include in your gradle project:
compile 'com.klinkerapps:android-smsmms:0.3.1-SNAPSHOT'
EDIT:
I have set this to the most recent version 2.2.0 and I get an error as when you check maven page for this lib you find this dependecy on com.klinkerapps:logger but version 1.0.3-SNAPSHOT is not in the maven archive, latest is 1.0.2.
So the question for me now is how to add external dependency and edit its dependency so that it fits me?