Currently i am working on google app engine and when i create an apk file from the project. It auto generate 3 files in my apk
- org.codehaus.jackson.impl.VERSION.txt
- com.fasterxml.jackson.core.jsom.VERSION.txt
- com.google.api.client.googleapis.google.jks I want to know about these file??
I think first two file are for json reader but why there is 2 json readers???