Skip to content

Commit

Permalink
chore: replace the GMS folder with main (#1767)
Browse files Browse the repository at this point in the history
* chore: replace the GMS folder with main

* chore: headers

* feat: change build command
  • Loading branch information
kikoso authored Aug 26, 2024
1 parent dcec2ce commit be0a71f
Show file tree
Hide file tree
Showing 242 changed files with 1,509 additions and 1,494 deletions.
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

0 comments on commit be0a71f

Please sign in to comment.