Android Library Jitpack
Aus wiki
Version vom 12. März 2016, 15:40 Uhr von Christofbuechi (Diskussion | Beiträge) (Die Seite wurde neu angelegt: «=Creation of Library= == create a project with a library in it == follow this instructions: https://jitpack.io/docs/ANDROID/ == commit the project == like t…»)
Inhaltsverzeichnis
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'