Didine
Didine

Reputation: 17

How to include cloned git repo in my app using aide-ide?

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

Answers (1)

private static
private static

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

Related Questions