Android app to ease presenting the libraries and OSS software used in the project
- Add the JitPack repository to your project's build.gradle file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- Add the dependency in your app's build.gradle file
dependencies {
implementation 'com.github.akshaaatt:Attributions:1.0.2'
}
You are most welcome to contribute to this project!