Reputation: 163
I'm new to Android app development, and I want to install this library with my app.
I'm using Android Studio, but I can't find the right option to let me install the library.
What do I do?
Upvotes: 0
Views: 87
Reputation: 2292
You just insert the following :
compile 'com.klinkerapps:android-smsmms:+'
In your app.gradle / dependencies
Upvotes: 1