android - Is there an easier way to add gson to my project? -


how add gson project gradle? see people adding files projects. don't want download project , put in mine.

in app/build.gradle:

 dependencies {     compile 'com.google.code.gson:gson:2.8.2' } 

Popular posts from this blog