action sign

This commit is contained in:
Li ZongYing 2024-01-10 23:12:35 +08:00
parent af9ff5c8dd
commit 0d26912321
4 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
keyPassword: ${{ secrets.ALIAS_PASSWORD }} keyPassword: ${{ secrets.ALIAS_PASSWORD }}
env: env:
# override default build-tools version (29.0.3) -- optional # override default build-tools version (29.0.3) -- optional
BUILD_TOOLS_VERSION: "30.0.2" # BUILD_TOOLS_VERSION: "30.0.2"
- name: Create Release - name: Create Release
id: create_release id: create_release

View File

@ -6,6 +6,7 @@ plugins {
android { android {
namespace 'com.lizongying.mytv' namespace 'com.lizongying.mytv'
compileSdk 33 compileSdk 33
buildToolsVersion "29.0.3"
viewBinding { viewBinding {
enabled = true enabled = true