Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 425 Bytes

File metadata and controls

18 lines (16 loc) · 425 Bytes

Add it in your root build.gradle at the end of repositories:

    allprojects {
        repositories {
            //...
            maven { url 'https://jitpack.io' }
        }
    }

Add the dependency

    dependencies {
        implementation 'com.github.TimScriptov:axmlparser:Tag'
    }