diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99cfb485..2a721e95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,8 +45,12 @@ jobs: - name: Build and check run: | cd ApiDemos - for dir in ./*/ ; do ( cd "$dir" && ./gradlew buildDebugPreBundle ); done - + for dir in ./*/ ; do + if [[ "$dir" != "./resources/" ]]; then + ( cd "$dir" && ./gradlew buildDebugPreBundle ) + fi + done + build-WearOS: runs-on: ubuntu-latest timeout-minutes: 45 diff --git a/ApiDemos/java/app/build.gradle.kts b/ApiDemos/java/app/build.gradle.kts index 7a60ee03..3315fa4b 100644 --- a/ApiDemos/java/app/build.gradle.kts +++ b/ApiDemos/java/app/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2024 Google LLC + * Copyright 2025 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ApiDemos/java/app/src/main/AndroidManifest.xml b/ApiDemos/java/app/src/main/AndroidManifest.xml index c7b33001..1f982433 100644 --- a/ApiDemos/java/app/src/main/AndroidManifest.xml +++ b/ApiDemos/java/app/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@ + + + + + + + + +