Skip to content

Commit 4522cdc

Browse files
committed
Use pixel6api33
1 parent 5381f57 commit 4522cdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution: adopt
2020
java-version: 17
2121
- name: Release build
22-
run: ./gradlew assemble --scan -x :benchmark:pixel6api33Setup -x :benchmark:pixel6api31NonMinifiedReleaseAndroidTest -x :benchmark:collectNonMinifiedReleaseBaselineProfile
22+
run: ./gradlew assemble --scan -x :benchmark:pixel6api33Setup -x :benchmark:pixel6api33NonMinifiedReleaseAndroidTest -x :benchmark:collectNonMinifiedReleaseBaselineProfile
2323
- name: Source jar and dokka
2424
run: ./gradlew androidSourcesJar javadocJar --scan
2525
- name: Publish to MavenCentral

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
distribution: adopt
1919
java-version: 17
2020
- name: Release build
21-
run: ./gradlew assemble --scan -x :benchmark:pixel6api33Setup -x :benchmark:pixel6api31NonMinifiedReleaseAndroidTest -x :benchmark:collectNonMinifiedReleaseBaselineProfile
21+
run: ./gradlew assemble --scan -x :benchmark:pixel6api33Setup -x :benchmark:pixel6api33NonMinifiedReleaseAndroidTest -x :benchmark:collectNonMinifiedReleaseBaselineProfile
2222
- name: Source jar and dokka
2323
run: ./gradlew androidSourcesJar javadocJar --scan
2424
- name: Publish to MavenCentral

0 commit comments

Comments
 (0)