Skip to content

Commit

Permalink
chore(android): use AndroidX to build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Apr 3, 2020
1 parent d708cfd commit 1480a6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/prerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ pod lib lint --allow-warnings CapacitorCordova.podspec

# Do the gradle
cd android
./gradlew clean build -b capacitor/build.gradle
./gradlew clean build -b capacitor/build.gradle -Pandroid.useAndroidX=true -Pandroid.enableJetifier=true

0 comments on commit 1480a6f

Please sign in to comment.