Skip to content

Commit

Permalink
Update version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bret-queueit authored Aug 11, 2022
1 parent 9b4ce83 commit 1c10e46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ This whitepaper contains the needed information to perform a successful integrat
Using Gradle:

```gradle
implementation 'com.queue-it.androidsdk:library:2.1.3'
implementation 'com.queue-it.androidsdk:library:2.1.4'
//For AndroidX
//implementation 'com.queue-it.androidsdk:library-androidx:2.1.3'
//implementation 'com.queue-it.androidsdk:library-androidx:2.1.4'
```

## How to use the library (Mobile SDK integration only, no API protection)
Expand Down Expand Up @@ -157,4 +157,4 @@ If your application is using an API that's protected by a Queue-it connector (Kn

```xml
<activity android:name="com.queue_it.androidsdk.QueueActivity" />
```
```

0 comments on commit 1c10e46

Please sign in to comment.