Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MotiAmarFlir authored Dec 27, 2018
1 parent c9b99b3 commit 5dc3cc0
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,16 @@ https://www.flir.com/corporate/privacy-policy/

https://int-api.cloud.flir/

# Using FLIR-cloud-lib
# Installation & Setup

Add it in your root build.gradle at the end of repositories:
FLIR cloud library is published via [JitPack](https://jitpack.io/#rewe-digital-incubator/katana). First add the JitPack repository
as described in JitPack's documentation, then add the following dependencies:

allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}

Step 2. Add the dependency

dependencies {
implementation 'com.github.FLIR:flir-cloud-android-lib:1.0.24'
}
```gradle
dependencies {
implementation 'com.github.FLIR:flir-cloud-android-lib:1.0.24'
}
```


# Getting started
Expand Down

0 comments on commit 5dc3cc0

Please sign in to comment.