mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-29 06:33:05 +00:00
Update publish-android.sh
This commit is contained in:
parent
e0d2a15341
commit
a5b3b0ee94
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ else
|
||||||
printf %"s\n" "Latest native Capacitor Android library is version $CAPACITOR_PUBLISHED_VERSION, publishing to MavenCentral staging..."
|
printf %"s\n" "Latest native Capacitor Android library is version $CAPACITOR_PUBLISHED_VERSION, publishing to MavenCentral staging..."
|
||||||
|
|
||||||
# Build and publish
|
# Build and publish
|
||||||
$DIR/gradlew assembleDebug --max-workers 1 -b $DIR/build.gradle -Pandroid.useAndroidX=true -Pandroid.enableJetifier=true > $LOG_OUTPUT 2>&1
|
$DIR/gradlew clean build --max-workers 1 -b $DIR/build.gradle -Pandroid.useAndroidX=true -Pandroid.enableJetifier=true > $LOG_OUTPUT 2>&1
|
||||||
|
|
||||||
echo $RESULT
|
echo $RESULT
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue