Skip to content

Commit

Permalink
UPDATED README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomiwa-Ot committed Feb 25, 2024
1 parent c9686a7 commit 2ba2deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async.stopExecuting() // To terminate thread

```
dependencies {
implementation 'com.github.Tomiwa-Ot:obd:v1.2'
implementation 'com.github.Tomiwa-Ot:obd:v1.21'
}
```

Expand Down
2 changes: 1 addition & 1 deletion obd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'maven-publish'
final group = "com.github.Tomiwa-Ot"
final artifact = "obd"
final versionCode = 1
final versionName = "v1.2"
final versionName = "v1.21"

afterEvaluate {
publishing {
Expand Down

0 comments on commit 2ba2deb

Please sign in to comment.