Skip to content

Commit 267cbce

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--com.microsoft.graph.microsoft-graph
2 parents fa74368 + d625e4c commit 267cbce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/validate-public-api-surface.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
pull_request:
77
branches: [ 'main' ]
8+
paths:
9+
- 'src/**/generated/**'
810

911
permissions:
1012
contents: read

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.18.1"
1010
classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE"
1111
classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0"
12-
classpath "com.android.tools.build:gradle:8.6.1"
12+
classpath "com.android.tools.build:gradle:8.7.0"
1313
}
1414
}
1515

0 commit comments

Comments
 (0)