You need to specify a version for dependencies,
according to https://mvnrepository.com/artifact/com.google.firebase/firebase-analytics/ 17.5.0
is the last, so the following should do:
implementation group: 'com.google.firebase', name: 'firebase-analytics', version: '17.5.0'
Also, please don’t post screenshots but editable text. Thanks