We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a0179 commit 0f7f3f7Copy full SHA for 0f7f3f7
1 file changed
library/src/main/java/com/google/maps/android/utils/attribution/AttributionIdInitializer.kt
@@ -17,6 +17,7 @@
17
package com.google.maps.android.utils.attribution
18
19
import android.content.Context
20
+import androidx.annotation.Keep
21
import androidx.startup.Initializer
22
import com.google.android.gms.maps.MapsApiSettings
23
import com.google.maps.android.utils.meta.AttributionId
@@ -26,6 +27,7 @@ import com.google.maps.android.utils.meta.AttributionId
26
27
* and samples are helpful to developers, such as usage of this library.
28
* To opt out of sending the usage attribution ID, please remove this initializer from your manifest.
29
*/
30
+@Keep
31
internal class AttributionIdInitializer : Initializer<Unit> {
32
override fun create(context: Context) {
33
// See [AttributionIdInitializer]
0 commit comments