dependencies used
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.squareup.picasso:picasso:2.8'
implementation 'com.squareup.okio:okio:2.10.0'
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation 'androidx.browser:browser:1.6.0'
Check the latest version of Picasso from https://github.com/square/picasso
Add the below code in android of gradle build
buildFeatures{
viewBinding=true
}
Get the APIs from https://docs.api.jikan.moe/
App review: