Skip to content

Commit

Permalink
Updated BazaarUpdater dependency version to 1.0.0-beta3 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hamid97m committed Oct 28, 2024
1 parent d2b2588 commit 947674f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ repositories {

```kotlin
dependencies {
implementation("com.github.cafebazaar:bazaarUpdater:1.0.0-beta2")
implementation("com.github.cafebazaar:bazaarUpdater:1.0.0-beta3")
}
```

**groovy**

```groovy
dependencies {
implementation 'com.github.cafebazaar:bazaarUpdater:1.0.0-beta2'
implementation 'com.github.cafebazaar:bazaarUpdater:1.0.0-beta3'
}
```
## Usage
Expand Down

0 comments on commit 947674f

Please sign in to comment.