Navigation Menu

Skip to content

Commit

Permalink
proguard.cfg: add UserInfo and UserListing for Jackson
Browse files Browse the repository at this point in the history
  • Loading branch information
talklittle committed Dec 4, 2011
1 parent 3539ec9 commit 143892b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proguard.cfg
Expand Up @@ -67,6 +67,12 @@

# Application classes that will be serialized/deserialized using Jackson
-keep class com.andrewshu.android.reddit.things.** {
*;
}
-keep class com.andrewshu.android.reddit.user.UserInfo {
*;
}
-keep class com.andrewshu.android.reddit.user.UserListing {
*;
}
# End Jackson

0 comments on commit 143892b

Please sign in to comment.