Skip to content

Commit

Permalink
Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
timawesomeness committed Jun 30, 2023
1 parent fde3f45 commit 43c7993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ dependencies {
implementation 'com.sothree.slidinguppanel:library:3.4.0'

// ViewAnimationUtils.createCircularReveal for pre-Lollipop APIs
implementation 'com.github.ozodrukh.CircularReveal:circualreveal:2.1.0'
implementation 'com.github.ozodrukh.circularreveal:circualreveal:2.1.0'

// RecyclerView animations
implementation 'com.mikepenz:itemanimators:1.1.0@aar'
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/java/me/ccrama/redditslide/util/GifUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
import java.nio.BufferOverflowException;
import java.nio.ByteBuffer;
import java.nio.channels.WritableByteChannel;
import java.util.HashMap;
import java.util.Locale;
import java.util.Map;

import me.ccrama.redditslide.Activities.MediaView;
import me.ccrama.redditslide.Activities.Website;
Expand Down

0 comments on commit 43c7993

Please sign in to comment.