Skip to content

Commit 58b2bc8

Browse files
Address feedback / CI findings
1 parent 992fd5f commit 58b2bc8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: stefanzweifel/git-auto-commit-action@v5
4949
with:
5050
commit_message: 🤖 Apply Spotless formatting
51-
file_pattern: '**/*.kt **/*.kts **/*.java **/*.xml'
51+
file_pattern: '**/*.kt **/*.kts **/*.xml'
5252

5353
- name: Build debug APK
5454
run: ./gradlew assembleDebug --no-configuration-cache

benchmark/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
android {
2424
namespace = "com.android.ai.catalog.benchmark"
2525
compileSdk {
26-
version = release(36)
26+
version = 36
2727
}
2828

2929
defaultConfig {

0 commit comments

Comments
 (0)