Skip to content

Commit

Permalink
Bump autoBinding from 1.1-alpha16 to 1.1-beta03
Browse files Browse the repository at this point in the history
Bumps `autoBinding` from 1.1-alpha16 to 1.1-beta03.

Updates `autobindings` from 1.1-alpha16 to 1.1-beta03
- [Release notes](https://github.com/KaustubhPatange/AutoBindings/releases)
- [Commits](https://github.com/KaustubhPatange/AutoBindings/commits)

Updates `autobindings-compiler` from 1.1-alpha16 to 1.1-beta03
- [Release notes](https://github.com/KaustubhPatange/AutoBindings/releases)
- [Commits](https://github.com/KaustubhPatange/AutoBindings/commits)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 20, 2021
1 parent d392844 commit 3824557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion animeworld/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies {
implementation "androidx.room:room-ktx:$room_version"
implementation "androidx.room:room-rxjava2:$room_version"

def autoBinding = "1.1-alpha16"
def autoBinding = "1.1-beta03"
implementation "io.github.kaustubhpatange:autobindings:$autoBinding"
kapt "io.github.kaustubhpatange:autobindings-compiler:$autoBinding"

Expand Down

0 comments on commit 3824557

Please sign in to comment.