We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa74368 + d625e4c commit 267cbceCopy full SHA for 267cbce
.github/workflows/validate-public-api-surface.yml
@@ -5,6 +5,8 @@ on:
5
push:
6
pull_request:
7
branches: [ 'main' ]
8
+ paths:
9
+ - 'src/**/generated/**'
10
11
permissions:
12
contents: read
android/build.gradle
@@ -9,7 +9,7 @@ buildscript {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.18.1"
classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE"
classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0"
- classpath "com.android.tools.build:gradle:8.6.1"
+ classpath "com.android.tools.build:gradle:8.7.0"
13
}
14
15
0 commit comments