summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2012-08-14 06:13:05 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-14 06:13:05 -0700
commit8d9c64411f1fa44cdcb3c1fe0f424039c6f270ad (patch)
tree7e9f3eb700d8ed61381e658fdf68dfcfd2a0f2a6 /README
parent2f09bba3e848852d5167ab867ba71eb0f6e015dc (diff)
parente028ec166b5a270d0c330800d12a270494176fdf (diff)
downloadlittlemock-8d9c64411f1fa44cdcb3c1fe0f424039c6f270ad.tar.gz
am e028ec16: Fix app cache dir guessing.
* commit 'e028ec166b5a270d0c330800d12a270494176fdf': Fix app cache dir guessing.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 6ca0de4..86b8be6 100644
--- a/README
+++ b/README
@@ -12,5 +12,6 @@ Has a number of restrictions.
Can mock concrete classes, requires dexmaker.jar on classpath.
Local Modifications:
-No modifications.
+- Change to AppDataDirGuesser to handle the new class loader toString
+ format introduced in JB.