Skip to content

Commit 79557db

Browse files
forezacopybara-github
authored andcommitted
Internal Test.
PiperOrigin-RevId: 795664860
1 parent 574aa5e commit 79557db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
workflow_dispatch:
2626
jobs:
2727
android:
28-
runs-on: macos-latest
28+
runs-on: macos-14
2929
timeout-minutes: 30
3030
steps:
3131
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
@@ -35,7 +35,7 @@ jobs:
3535
java-version: '17'
3636
- name: "Install Gradle"
3737
run: |
38-
brew install gradle
38+
brew install gradle@8
3939
- name: "Build Example"
4040
run: |
4141
cd Example/

Example/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<meta-data
1717
android:name="com.google.android.gms.ads.APPLICATION_ID"
18-
android:value="ca-app-pub-3940256099942544~2964678116" />
18+
android:value="ca-app-pub-3940256099942544~29646781161" />
1919

2020
<activity
2121
android:name=".MainActivity"

0 commit comments

Comments
 (0)