From 1eefb548285f82cee55ffe625cb8f477060149fd Mon Sep 17 00:00:00 2001 From: lifegpc Date: Fri, 24 May 2024 15:01:05 +0800 Subject: [PATCH] try fix --- .github/workflows/android.yml | 2 +- android/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 54c0bae..a917b27 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -38,7 +38,7 @@ jobs: ENCODED_STRING: ${{ secrets.SIGNING_STORE_BASE64 }} run: echo $ENCODED_STRING | base64 -di > android/app/keystore.jks - name: Build apk - run: flutter build apk --release --split-per-abi + run: flutter build apk --release --split-per-abi -P --debug env: CI: true SIGNING_KEY_ALIAS: release diff --git a/android/app/build.gradle b/android/app/build.gradle index 6a4d6a6..9b6272f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { namespace "com.lifegpc.ehf" - compileSdkVersion 33 + compileSdkVersion 34 ndkVersion flutter.ndkVersion compileOptions {