File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
maps-compose/src/main/java/com/google/maps/android/compose/utils/attribution Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1717package com.google.maps.android.compose.utils.attribution
1818
1919import android.content.Context
20+ import androidx.annotation.Keep
2021import androidx.startup.Initializer
2122import com.google.android.gms.maps.MapsApiSettings
2223import com.google.maps.android.compose.utils.meta.AttributionId
@@ -26,6 +27,7 @@ import com.google.maps.android.compose.utils.meta.AttributionId
2627 * and samples are helpful to developers, such as usage of this library.
2728 * To opt out of sending the usage attribution ID, please remove this initializer from your manifest.
2829 */
30+ @Keep
2931internal class AttributionIdInitializer : Initializer <Unit > {
3032 override fun create (context : Context ) {
3133 MapsApiSettings .addInternalUsageAttributionId(
You can’t perform that action at this time.
0 commit comments