Skip to content

Commit

Permalink
Use pixel6api33
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Nov 26, 2024
1 parent 5381f57 commit 4522cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: adopt
java-version: 17
- name: Release build
run: ./gradlew assemble --scan -x :benchmark:pixel6api33Setup -x :benchmark:pixel6api31NonMinifiedReleaseAndroidTest -x :benchmark:collectNonMinifiedReleaseBaselineProfile
run: ./gradlew assemble --scan -x :benchmark:pixel6api33Setup -x :benchmark:pixel6api33NonMinifiedReleaseAndroidTest -x :benchmark:collectNonMinifiedReleaseBaselineProfile
- name: Source jar and dokka
run: ./gradlew androidSourcesJar javadocJar --scan
- name: Publish to MavenCentral
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: adopt
java-version: 17
- name: Release build
run: ./gradlew assemble --scan -x :benchmark:pixel6api33Setup -x :benchmark:pixel6api31NonMinifiedReleaseAndroidTest -x :benchmark:collectNonMinifiedReleaseBaselineProfile
run: ./gradlew assemble --scan -x :benchmark:pixel6api33Setup -x :benchmark:pixel6api33NonMinifiedReleaseAndroidTest -x :benchmark:collectNonMinifiedReleaseBaselineProfile
- name: Source jar and dokka
run: ./gradlew androidSourcesJar javadocJar --scan
- name: Publish to MavenCentral
Expand Down

0 comments on commit 4522cdc

Please sign in to comment.