Skip to content

Commit

Permalink
Venom 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikSOffice committed Apr 29, 2020
1 parent e93652d commit fed28ca
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 @@ -54,8 +54,8 @@ repositories {
}
dependencies {
debugImplementation "com.github.YarikSOffice.Venom:venom:0.2.0"
releaseImplementation "com.github.YarikSOffice.Venom:venom-no-op:0.2.0"
debugImplementation "com.github.YarikSOffice.Venom:venom:0.2.1"
releaseImplementation "com.github.YarikSOffice.Venom:venom-no-op:0.2.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion common-android.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionName "0.2.0"
versionName "0.2.1"
}
}

0 comments on commit fed28ca

Please sign in to comment.