Reputation: 17
I found a good database library in github and i want to use it in my future projects. After i cloned the repos to my phone memory using Aide-ide and setting the path for local maven i cant figure out how to include it in my project. I am thankful for anyone helping me in this.
Upvotes: 0
Views: 540
Reputation: 770
Open your app's build.gradle file and add it manually. The developer should have typed it somewhere in the ReadMe. It looks like this:
implementation 'com.pkmmte.view:circularimageview:1.1'
Upvotes: 0