action sign
This commit is contained in:
parent
af9ff5c8dd
commit
0d26912321
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
keyPassword: ${{ secrets.ALIAS_PASSWORD }}
|
||||
env:
|
||||
# override default build-tools version (29.0.3) -- optional
|
||||
BUILD_TOOLS_VERSION: "30.0.2"
|
||||
# BUILD_TOOLS_VERSION: "30.0.2"
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ plugins {
|
|||
android {
|
||||
namespace 'com.lizongying.mytv'
|
||||
compileSdk 33
|
||||
buildToolsVersion "29.0.3"
|
||||
|
||||
viewBinding {
|
||||
enabled = true
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue