79738102

Date: 2025-08-17 21:10:15
Score: 1.5
Natty:
Report link

As of August 2025, @munsif even if you get the correct version you will get class dublicate error when compiling.

This is the tried and proven fix:

Do not use this lib:

implementation 'com.google.android.gms:play-services:17.0.0'

This is the correct lib:

implementation("com.google.android.gms:play-services-maps:17.0.0")

Why you ask? This will not cause dublicate errors.

By this type check the latest version.

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @munsif
  • Low reputation (0.5):
Posted by: mello