Skip to content

Commit 8a8750f

Browse files
committed
fix: removed addInternalUsageAttributionId usage
1 parent d91986c commit 8a8750f

File tree

1 file changed

+0
-1
lines changed
  • maps-compose/src/main/java/com/google/maps/android/compose

1 file changed

+0
-1
lines changed

maps-compose/src/main/java/com/google/maps/android/compose/GoogleMap.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ public fun GoogleMap(
167167
modifier = modifier,
168168
factory = { context ->
169169
MapView(context, googleMapOptionsFactory()).also { mapView ->
170-
MapsApiSettings.addInternalUsageAttributionId(context, AttributionId.VALUE)
171170
val componentCallbacks = object : ComponentCallbacks2 {
172171
override fun onConfigurationChanged(newConfig: Configuration) {}
173172

0 commit comments

Comments
 (0)