Skip to content

Commit

Permalink
chore(android): fix release script to use Android X (#2687)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Apr 3, 2020
1 parent 00f6196 commit a63e203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy/android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cd android

export BINTRAY_PKG_VERSION=$LERNA_VERSION

./gradlew clean build -b capacitor/build.gradle bintrayUpload -PbintrayUser=$BINTRAY_USER -PbintrayKey=$BINTRAY_KEY -PdryRun=false
./gradlew clean build -b capacitor/build.gradle -Pandroid.useAndroidX=true -Pandroid.enableJetifier=true bintrayUpload -PbintrayUser=$BINTRAY_USER -PbintrayKey=$BINTRAY_KEY -PdryRun=false

0 comments on commit a63e203

Please sign in to comment.