Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 501 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 501 Bytes

Attributions

Android app to ease presenting the libraries and OSS software used in the project

Gradle Dependency

  • 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'
}

Contribution

You are most welcome to contribute to this project!