Android Library Jitpack

Aus wiki
Wechseln zu: Navigation, Suche

Creation of Library

create a project with a library in it

follow this instructions:
https://jitpack.io/docs/ANDROID/

commit the project

like this:
https://github.com/ChristofBuechi/ObservableCollection

make a tag and push it to github

https://git-scm.com/book/de/v1/Git-Grundlagen-Tags
https://github.com/ChristofBuechi/ObservableCollection/releases/tag/v1.0

include it into your project

project repositories: maven { url "https://jitpack.io" }
add dependency to your module:
compile 'com.github.ChristofBuechi:observablecollection:v1.0'