Skip to content

Commit 82914bb

Browse files
committed
Update readme
1 parent c1b8d6e commit 82914bb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
author: Tony Myles
33
title: "AferoJavaSDK"
4-
date: 2019-Sept-20
5-
status: 1.4.5
4+
date: 2022-Feb-28
5+
status: 1.5.0
66
---
77

88
# AferoJavaSDK
@@ -32,23 +32,23 @@ The SDK is composed of four separate modules.
3232

3333
The `afero-sdk-core` module is required for base functionality such as interacting with the Afero Cloud and manipulating devices.
3434
```Gradle
35-
implementation 'io.afero.sdk:afero-sdk-core:1.4.5'
35+
implementation 'io.afero.sdk:afero-sdk-core:1.5.0'
3636
```
3737

3838
The `afero-sdk-client-retrofit2` module provides an optional implementation of the AferoClient REST API interface using [Retrofit2](http://square.github.io/retrofit/) and [okhttp3](http://square.github.io/okhttp/). If you choose not to include this module in your project, you will need to develop your own implementation of AferoClient using your preferred http client library.
3939

4040
```Gradle
41-
implementation 'io.afero.sdk:afero-sdk-client-retrofit2:1.4.5'
41+
implementation 'io.afero.sdk:afero-sdk-client-retrofit2:1.5.0'
4242
```
4343

4444
The `afero-sdk-android` module is required for Android development.
4545
```Gradle
46-
implementation 'io.afero.sdk:afero-sdk-android:1.4.5'
46+
implementation 'io.afero.sdk:afero-sdk-android:1.5.0'
4747
```
4848

4949
The `afero-sdk-softhub` module is required for soft hub functionality on Android.
5050
```Gradle
51-
implementation 'io.afero.sdk:afero-sdk-softhub:1.4.5'
51+
implementation 'io.afero.sdk:afero-sdk-softhub:1.5.0'
5252
implementation "io.afero.sdk:hubby:1.0.844@aar"
5353
```
5454

0 commit comments

Comments
 (0)