Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa63e1fc authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

Update README.md

parent 4538398e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ thanks to it you will learn how to use the library.

*There are different ways of adding this library to your code*

### Gradle / Maven dependency
~~### Gradle / Maven dependency
At the moment we do not have a publishing mechanism to a maven repository so the easiest way to add the library to your app is via a JitPack Dependency [![](https://jitpack.io/v/nextcloud/android-library.svg)](https://jitpack.io/#nextcloud/android-library)

```
@@ -23,7 +23,7 @@ dependencies {
    ...
    compile 'com.github.nextcloud:android-library:-SNAPSHOT'
```

~~
### As a git submodule
Basically get this code and compile it having it integrated via a git submodule: