File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ This whitepaper contains the needed information to perform a successful integrat
1616Using Gradle:
1717
1818``` gradle
19- implementation 'com.queue_it.androidsdk:library:2.0.24 '
19+ implementation 'com.queue_it.androidsdk:library:2.0.25 '
2020//For AndroidX
21- //implementation 'com.queue_it.androidsdk:library-androidx:2.0.24 '
21+ //implementation 'com.queue_it.androidsdk:library-androidx:2.0.25 '
2222```
2323
2424## Usage
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ allprojects {
3232
3333 libraryName = ' com.queue_it.androidsdk'
3434 libraryDescription = ' Android SDK to integrate with Queue-it'
35- libraryVersion = " 2.0.24 "
35+ libraryVersion = " 2.0.25 "
3636
3737 artifact = ' library'
3838 siteUrl = " https://github.com/${ org} /android-webui-sdk"
You can’t perform that action at this time.
0 commit comments