ci: revert apksign plugin

This commit is contained in:
weishu
2024-03-20 20:03:58 +08:00
parent 4cd435b194
commit 51880e3e90
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ jobs:
echo KEYSTORE_PASSWORD='${{ secrets.KEYSTORE_PASSWORD }}'
echo KEY_ALIAS='${{ secrets.KEY_ALIAS }}'
echo KEY_PASSWORD='${{ secrets.KEY_PASSWORD }}'
echo KEYSTORE_FILE='key.jks'
echo KEYSTORE_FILE='../key.jks'
} >> gradle.properties
echo ${{ secrets.KEYSTORE }} | base64 -d > key.jks
fi

View File

@@ -17,7 +17,7 @@ webkit = "1.10.0"
appiconloader-coil = "1.5.0"
parcelablelist = "2.0.1"
libsu = "5.2.2"
apksign = "1.4"
apksign = "1.1"
cmaker = "1.2"
[plugins]