buildscripts: add missing $GRADLE_FLAGS to enable AndroidX (#10504)

This commit is contained in:
Terry Wilson 2023-08-17 16:32:23 -07:00 committed by GitHub
parent beaeeefdd2
commit 26be0c7665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ git checkout HEAD^
./gradlew --stop # use a new daemon to build the previous commit
./gradlew publishToMavenLocal $GRADLE_FLAGS
cd examples/android/helloworld/
../../gradlew build
../../gradlew build $GRADLE_FLAGS
sudo update-java-alternatives --set java-1.8.0-openjdk-amd64
read -r ignored old_dex_count < \