Skip to content

Commit

Permalink
release 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherfrieler committed Feb 29, 2020
1 parent 2b79bb2 commit b3ca5cc
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 @@ -19,7 +19,7 @@ allprojects {
Then add android-utils to your dependencies:
```
dependencies {
implementation 'rocks.frieler.android:android-utils:0.4.0'
implementation 'rocks.frieler.android:android-utils:0.5.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {

allprojects {
group = "rocks.frieler.android"
version = "0.5.0-SNAPSHOT"
version = "0.5.0"

repositories {
google()
Expand Down

0 comments on commit b3ca5cc

Please sign in to comment.