Skip to content

Commit fb4d2eb

Browse files
committed
version bump
1 parent 1666364 commit fb4d2eb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ This whitepaper contains the needed information to perform a successful integrat
1616
Using 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)