action sign
This commit is contained in:
parent
af9ff5c8dd
commit
0d26912321
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue