Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavShahSI committed Oct 16, 2024
1 parent baae8c2 commit d85de29
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 @@ -16,7 +16,7 @@ Add the dependency

```
dependencies {
implementation 'com.github.vivekpshaligram:sit-common:2.0.0'
implementation 'com.github.vivekpshaligram:sit-common:2.0.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion sit-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ afterEvaluate {
from (components["release"])
groupId = "com.github.sit"
artifactId = "android-common"
version = "2.0.2"
version = "2.0.3"
}
}
}
Expand Down

0 comments on commit d85de29

Please sign in to comment.