Android Library Jitpack: Unterschied zwischen den Versionen

Aus wiki
Wechseln zu: Navigation, Suche
(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…»)
 
(kein Unterschied)

Aktuelle Version vom 12. März 2016, 15:40 Uhr

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'