v1.0. Heavy update. 0. Migrated to Gradle project. 1. Migrated from "org.apache.httpcomponents" to "com.squareup.okhttp3" dependency. 2. Methods 'Shikimori.isTokenExpired()', 'Shikimori.getAccessToken()' and other were removed. Now Shikimori class provides methods only for token requests and configuration. All needed checks should be implemented by user. 3. All list requests were changed to arrays. Results of methods such as "Characters.getCharacters()" are still lists. 4. Finally, there are two request types now: Sync (ApiCall.execute()) and Async (ApiCall.enqueue()). 5. Fixed Messages class methods. 6. Fixed Comments class methods.