Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sp0x committed Oct 9, 2020
1 parent 1666364 commit fb4d2eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ This whitepaper contains the needed information to perform a successful integrat
Using Gradle:

```gradle
implementation 'com.queue_it.androidsdk:library:2.0.24'
implementation 'com.queue_it.androidsdk:library:2.0.25'
//For AndroidX
//implementation 'com.queue_it.androidsdk:library-androidx:2.0.24'
//implementation 'com.queue_it.androidsdk:library-androidx:2.0.25'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {

libraryName = 'com.queue_it.androidsdk'
libraryDescription = 'Android SDK to integrate with Queue-it'
libraryVersion = "2.0.24"
libraryVersion = "2.0.25"

artifact = 'library'
siteUrl = "https://github.com/${org}/android-webui-sdk"
Expand Down

0 comments on commit fb4d2eb

Please sign in to comment.