Skip to content

Commit 43f0826

Browse files
authored
Update README.md for v2.1.8 release
1 parent 574a4e8 commit 43f0826

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ This whitepaper contains the needed information to perform a successful integrat
1717
Using Gradle:
1818

1919
```gradle
20-
implementation 'com.queue-it.androidsdk:library:2.1.4'
20+
implementation 'com.queue-it.androidsdk:library:2.1.8'
2121
//For AndroidX
22-
//implementation 'com.queue-it.androidsdk:library-androidx:2.1.4'
22+
//implementation 'com.queue-it.androidsdk:library-androidx:2.1.8'
2323
```
2424

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

158158
```xml
159159
<activity android:name="com.queue_it.androidsdk.QueueActivity" />
160-
```
160+
```

0 commit comments

Comments
 (0)