action sign

pull/304/head v1.3.7
Li ZongYing 2 years ago
parent af9ff5c8dd
commit 0d26912321
  1. 2
      .github/workflows/build.yml
  2. 1
      app/build.gradle
  3. BIN
      app/src/main/cpp/arm64-v8a/libnative.so
  4. BIN
      app/src/main/cpp/armeabi-v7a/libnative.so

@ -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

Loading…
Cancel
Save