chore: Exclude import

Change-Id: I8d895eaf6e3c5787956b3cd4e3c995659a0b7443
This commit is contained in:
Chris Arriola 2021-11-03 16:16:05 -07:00
parent e0a5128b1f
commit 15b409a16c

View File

@ -23,7 +23,9 @@ import com.google.android.gms.maps.OnMapReadyCallback
import com.google.android.gms.maps.SupportMapFragment
import com.google.android.gms.maps.model.LatLng
import com.google.android.gms.maps.model.MarkerOptions
// [START_EXCLUDE silent]
import com.google.maps.example.R
// [END_EXCLUDE]
internal class MapsActivity : AppCompatActivity(), OnMapReadyCallback {