Skip to content

Commit c26ca13

Browse files
committed
docs: Adding note about product flavors.
1 parent 325cc75 commit c26ca13

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ApiDemos/java/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ This app was written with a minSdk of 16 and the androidx appcompat library, but
1111
adapted to use native functionality instead (for example replacing `SupportMapFragment` with
1212
`MapFragment`).
1313

14-
The Maps SDK for Android samples can be found under the `gms` gradle product flavor, while the Maps
15-
SDK V3 BETA samples can be found under the `v3` gradle product flavor.
14+
The Maps SDK for Android samples can be found under the `gms` gradle product flavor, while the Maps SDK V3 BETA samples can be found under the `v3` gradle product flavor. The active product flavor can be modified through Android Studio’s “Build Variants” toolbar options.
1615

1716
Pre-requisites
1817
--------------
@@ -28,8 +27,7 @@ Getting Started
2827

2928
This sample use the Gradle build system.
3029

31-
First download the samples by cloning this repository or downloading an archived
32-
snapshot. (See the options at the top of the page.)
30+
First download the samples by cloning this repository or downloading an archived snapshot. (See the options at the top of the page.)
3331

3432
In Android Studio, use "Open an existing Android Studio project".
3533
Next select the `ApiDemos/java/` directory that you downloaded from this repository.

ApiDemos/kotlin/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ They demonstrate most of the features available in the API.
66

77
This app was written for a minSdk of 15 and the v4 support library, but it can be easily adapted to
88
use native functionality instead.
9-
(For example replacing ``SupportMapFragment`` with ``MapFragment``.)
9+
(For example replacing ``SupportMapFragment`` with ``MapFragment``).
10+
11+
The Maps SDK for Android samples can be found under the `gms` gradle product flavor, while the Maps SDK V3 BETA samples can be found under the `v3` gradle product flavor. The active product flavor can be modified through Android Studio’s “Build Variants” toolbar options.
1012

1113
Pre-requisites
1214
--------------

0 commit comments

Comments
 (0)