Skip to content

Commit 902ec0b

Browse files
authored
chore: fixed README and build (#2343)
1 parent b77e276 commit 902ec0b

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Google LLC
1+
# Copyright 2026 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -23,8 +23,6 @@ on:
2323
branches: [ '*' ]
2424
repository_dispatch:
2525
types: [ build ]
26-
schedule:
27-
- cron: '0 0 * * 1'
2826
workflow_dispatch:
2927

3028
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
@@ -51,7 +49,7 @@ jobs:
5149
fi
5250
done
5351
54-
52+
5553
build-WearOS:
5654
runs-on: ubuntu-latest
5755
timeout-minutes: 45

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Google Maps SDK for Android Samples
99

10-
<img src="images/screenshots.png" width="1024" />
10+
<img src="images/screenshots.png" width="1164" />
1111

1212
## Description
1313

@@ -19,13 +19,13 @@ Samples demonstrating how to use
1919
This repo contains the following samples:
2020

2121
1. [ApiDemos](ApiDemos): A collection of small demos showing most features of the Maps SDK for Android.
22-
1. [FireMarkers](FireMarkers): Demonstrates how to use Firebase Realtime Database to drive synchronized, live animations on a Google Map across multiple devices using a controller/agent architecture.
23-
1. [WearOS](WearOS):
22+
2. [FireMarkers](FireMarkers): Demonstrates how to use Firebase Realtime Database to drive synchronized, live animations on a Google Map across multiple devices using a controller/agent architecture.
23+
3. [WearOS](WearOS):
2424
Displays a map on a Wear OS device. This sample demonstrates the basic
2525
setup required for a gradle-based Android Studio project.
26-
1. [Tutorials](https://github.com/googlemaps/android-samples/tree/main/tutorials): Samples
26+
4. [Tutorials](https://github.com/googlemaps/android-samples/tree/main/tutorials): Samples
2727
associated with tutorials in the developer's guide. See each sample for a link to the associated guide.
28-
1. [Snippets](snippets): Snippets for code found in https://developers.google.com/maps/documentation/android-sdk
28+
5. [Snippets](snippets): Snippets for code found in https://developers.google.com/maps/documentation/android-sdk
2929

3030
## Requirements
3131

0 commit comments

Comments
 (0)