Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 360 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 360 Bytes

JAudioTagger-Android

JAudioTagger for Android : https://github.com/hexise/jaudiotagger-android

This repo publishes to jitpack.

USE Using:

allprojects {
 repositories {
    mavenCentral()
    maven { url "https://jitpack.io" } // Add Jitpack's Repo
 }
}
dependencies {
    implementation("com.github.Shabinder:JAudioTagger-Android:1.0")
}