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

486 Views Asked by At

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.

1

There are 1 best solutions below

0
private static On

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'