Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
artpar committed Sep 22, 2023
2 parents 2b175ec + a3a2b3f commit ed9a037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The [binary format descriptions](https://github.com/unloggedio/common/tree/maste
<dependency>
<groupId>io.unlogged</groupId>
<artifactId>unlogged-java-sdk</artifactId>
<version>0.0.26</version>
<version>0.1.9</version>
</dependency>
</dependencies>
```
Expand All @@ -25,8 +25,8 @@ The [binary format descriptions](https://github.com/unloggedio/common/tree/maste
```groovy
dependencies
{
implementation 'video.bug:unlogged-sdk:0.0.26'
annotationProcessor 'video.bug:unlogged-sdk:0.0.26'
implementation 'video.bug:unlogged-sdk:0.1.9'
annotationProcessor 'video.bug:unlogged-sdk:0.1.9'
}
```

Expand Down

0 comments on commit ed9a037

Please sign in to comment.