Can someone give me step by step guide to add the Gson library to an Android project?
I tried the JSON built-in library but that seems to be a bit tedi
JSON
Gradle:
dependencies { implementation 'com.google.code.gson:gson:2.8.5' }
Maven:
com.google.code.gson gson 2.8.5
Gson jar downloads are available from Maven Central.