Skip to content

Commit

Permalink
Api tweaks and switched to lrucache from support lib
Browse files Browse the repository at this point in the history
  • Loading branch information
DHuckaby committed Jan 9, 2014
1 parent aeb4bbc commit 5d47cce
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 378 deletions.
1 change: 1 addition & 0 deletions prime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ android {
}

dependencies {
compile "com.android.support:support-v4:19.0.0"
compile "com.jakewharton:disklrucache:2.0.2"
compile "commons-io:commons-io-codec:3.7"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package com.handlerexploit.common.utils;

import android.support.v4.util.LruCache;

import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.security.MessageDigest;
Expand Down
324 changes: 0 additions & 324 deletions prime/src/main/java/com/handlerexploit/common/utils/LruCache.java

This file was deleted.

Loading

0 comments on commit 5d47cce

Please sign in to comment.