Skip to content

Commit

Permalink
Release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Feb 25, 2021
1 parent dd2de12 commit eec5ded
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:bindables:1.0.4"
implementation "com.github.skydoves:bindables:1.0.5"
}
```

Expand Down
2 changes: 0 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ dependencies {
kapt "com.github.bumptech.glide:compiler:$versions.glideVersion"

implementation "com.google.dagger:hilt-android:$versions.hiltCoreVersion"
implementation "androidx.hilt:hilt-common:$versions.hiltVersion"
implementation "androidx.hilt:hilt-lifecycle-viewmodel:$versions.hiltVersion"
kapt "com.google.dagger:hilt-compiler:$versions.hiltCoreVersion"
kapt "androidx.hilt:hilt-compiler:$versions.hiltVersion"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
GROUP=com.github.skydoves
POM_PACKAGING=aar

VERSION_NAME=1.0.5-SNAPSHOT
VERSION_NAME=1.0.6-SNAPSHOT

POM_ARTIFACT_ID=bindables
POM_NAME=bindables
Expand Down

0 comments on commit eec5ded

Please sign in to comment.