Skip to content

Commit

Permalink
fix: Upgrade epoxy to v4.6.2 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea authored Aug 20, 2021
1 parent 366af0d commit 8bd4e80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ dependencies {
implementation 'androidx.room:room-ktx:2.3.0'

// Lists
implementation "com.airbnb.android:epoxy:4.5.0"
kapt "com.airbnb.android:epoxy-processor:4.4.4"
implementation "com.airbnb.android:epoxy:$epoxyVersion"
kapt "com.airbnb.android:epoxy-processor:$epoxyVersion"

// FAB Speed Dial
implementation "com.leinardi.android:speed-dial:3.2.0"
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
epoxyVersion = '4.6.2'
kotlinVersion = '1.5.21'
kotlinCoroutinesVersion = '1.5.1'
junitVersion = '5.7.1'
Expand Down

0 comments on commit 8bd4e80

Please sign in to comment.