Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: replace the GMS folder with main #1767

Merged
merged 3 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build and check
run: |
cd ApiDemos
for dir in ./*/ ; do ( cd "$dir" && ./gradlew buildGmsDebugPreBundle ); done
for dir in ./*/ ; do ( cd "$dir" && ./gradlew buildDebugPreBundle ); done

build-WearOS:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion ApiDemos/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ in the Java programming language.

They demonstrate most of the features available in the API.

The Maps SDK for Android samples can be found under the `gms` gradle product
The Maps SDK for Android samples can be found under the `main` 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.
Expand Down
9 changes: 0 additions & 9 deletions ApiDemos/java/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ plugins {
android {
compileSdk = 34

productFlavors {
create("gms") {
dimension = "version"
applicationIdSuffix = ".gms"
versionNameSuffix = "-gms"
}
}

defaultConfig {
applicationId = "com.example.mapdemo"
Expand Down Expand Up @@ -67,8 +60,6 @@ dependencies {
implementation(libs.recyclerview)
implementation(libs.volley)
implementation(platform(libs.kotlinBom))

// GMS
implementation(libs.playServicesMaps)

// Tests
Expand Down
158 changes: 0 additions & 158 deletions ApiDemos/java/app/src/gms/AndroidManifest.xml

This file was deleted.

20 changes: 0 additions & 20 deletions ApiDemos/java/app/src/gms/res/layout/basic_demo.xml

This file was deleted.

34 changes: 0 additions & 34 deletions ApiDemos/java/app/src/gms/res/layout/feature.xml

This file was deleted.

24 changes: 0 additions & 24 deletions ApiDemos/java/app/src/gms/res/layout/legal_info.xml

This file was deleted.

19 changes: 0 additions & 19 deletions ApiDemos/java/app/src/gms/res/layout/map_in_pager_demo.xml

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions ApiDemos/java/app/src/gms/res/layout/my_location_demo.xml

This file was deleted.

19 changes: 0 additions & 19 deletions ApiDemos/java/app/src/gms/res/layout/raw_mapview_demo.xml

This file was deleted.

Loading
Loading