- Step 1. Add the JitPack repository to your build file
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
- Step 2. Add the dependency
dependencies {
implementation 'com.github.andnux:sdk:0.1.1'
or
implementation 'com.github.andnux.sdk:language:0.1.1'
implementation 'com.github.andnux.sdk:ui:0.1.1'
implementation 'com.github.andnux.sdk:compat:0.1.1'
implementation 'com.github.andnux.sdk:skin:0.1.1'
implementation 'com.github.andnux.sdk:net:0.1.1'
implementation 'com.github.andnux.sdk:zbarui:0.1.1'
implementation 'com.github.andnux.sdk:adapter:0.1.1'
implementation 'com.github.andnux.sdk:base:0.1.1'
implementation 'com.github.andnux.sdk:volley:0.1.1'
implementation 'com.github.andnux.sdk:utils:0.1.1'
implementation 'com.github.andnux.sdk:mvp:0.1.1'
implementation 'com.github.andnux.sdk:sqlite:0.1.1'
implementation 'com.github.andnux.sdk:json:0.1.1'
implementation 'com.github.andnux.sdk:web:0.1.1'
implementation 'com.github.andnux.sdk:mvvm:0.1.1'
implementation 'com.github.andnux.sdk:update:0.1.1'
implementation 'com.github.andnux.sdk:banner:0.1.1'
}