We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574a4e8 commit 43f0826Copy full SHA for 43f0826
README.md
@@ -17,9 +17,9 @@ This whitepaper contains the needed information to perform a successful integrat
17
Using Gradle:
18
19
```gradle
20
-implementation 'com.queue-it.androidsdk:library:2.1.4'
+implementation 'com.queue-it.androidsdk:library:2.1.8'
21
//For AndroidX
22
-//implementation 'com.queue-it.androidsdk:library-androidx:2.1.4'
+//implementation 'com.queue-it.androidsdk:library-androidx:2.1.8'
23
```
24
25
## 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
157
158
```xml
159
<activity android:name="com.queue_it.androidsdk.QueueActivity" />
160
-```
+```
0 commit comments