Skip to content

Commit

Permalink
Update to new xplosion dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdevey committed Mar 16, 2021
1 parent 4c52f90 commit cdf1a11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0-alpha04'

// Xplosion - https://github.com/BanDev/Xplosion
implementation 'com.github.BanDev:Xplosion:1.0.4'
implementation 'uk.bandev:xplosion:1.0.5'
}
4 changes: 2 additions & 2 deletions app/src/main/res/layout/fragment_quote.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<org.bandev.libraries.xplosion.XplosionView
<uk.bandev.xplosion.XplosionView
android:id="@+id/likeAnimator"
android:layout_width="50dp"
android:layout_height="50dp"
Expand All @@ -73,7 +73,7 @@
android:layout_gravity="center"
app:iiv_icon="gmr-favorite" />

</org.bandev.libraries.xplosion.XplosionView>
</uk.bandev.xplosion.XplosionView>

<com.mikepenz.iconics.view.IconicsImageView
android:id="@+id/more"
Expand Down

0 comments on commit cdf1a11

Please sign in to comment.