Skip to content

Commit

Permalink
Venom 0.7.1 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikSOffice authored Aug 12, 2023
1 parent f9f40a2 commit f9a00a6
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 @@ -69,8 +69,8 @@ repositories {
}
dependencies {
debugImplementation "com.github.YarikSOffice.Venom:venom:0.7.0"
releaseImplementation "com.github.YarikSOffice.Venom:venom-no-op:0.7.0"
debugImplementation "com.github.YarikSOffice.Venom:venom:0.7.1"
releaseImplementation "com.github.YarikSOffice.Venom:venom-no-op:0.7.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ buildscript {
minSdkVersion = 14
targetSdkVersion = 34
compileSdkVersion = 34
versionName = "0.7.0"
versionName = "0.7.1"
}
repositories {
google()
Expand Down

0 comments on commit f9a00a6

Please sign in to comment.