First release of Loaders library is now available on github and bintray.
Including in Android Studio/Gradle
buildscript {
repositories {
jcenter()
}
}
dependencies {
compile 'mobi.tjorn.content:loaders:1.0.0'
}
The above will include classes, sources and API docs. For more details visit the project's github page.
Including in Android Studio/Gradle
buildscript {
repositories {
jcenter()
}
}
dependencies {
compile 'mobi.tjorn.content:loaders:1.0.0'
}
The above will include classes, sources and API docs. For more details visit the project's github page.
No comments:
Post a Comment