Skip to content

Commit

Permalink
Venom 0.5.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikSOffice committed Nov 4, 2021
1 parent 4f81e5b commit 1e5658e
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 @@ -57,8 +57,8 @@ repositories {
}
dependencies {
debugImplementation "com.github.YarikSOffice.Venom:venom:0.4.1"
releaseImplementation "com.github.YarikSOffice.Venom:venom-no-op:0.4.1"
debugImplementation "com.github.YarikSOffice.Venom:venom:0.5.0"
releaseImplementation "com.github.YarikSOffice.Venom:venom-no-op:0.5.0"
}
```

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

0 comments on commit 1e5658e

Please sign in to comment.