Upgrade to AGP/Gradle 8.0.0, and other dependency upgrades (#6753)

This upgrade lets us remove several hacks we needed to properly publish
our artifacts on Maven.
This commit is contained in:
Romain Guy
2023-04-20 15:02:23 -10:00
committed by GitHub
parent f881b59d60
commit 9fb96cd200
14 changed files with 61 additions and 79 deletions

View File

@@ -14,6 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Run build script
run: |
cd build/android && printf "y" | ./build.sh continuous

View File

@@ -44,6 +44,10 @@ jobs:
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Run build script
run: |
cd build/android && printf "y" | ./build.sh presubmit