mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
try fix
This commit is contained in:
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
ENCODED_STRING: ${{ secrets.SIGNING_STORE_BASE64 }}
|
ENCODED_STRING: ${{ secrets.SIGNING_STORE_BASE64 }}
|
||||||
run: echo $ENCODED_STRING | base64 -di > android/app/keystore.jks
|
run: echo $ENCODED_STRING | base64 -di > android/app/keystore.jks
|
||||||
- name: Build apk
|
- name: Build apk
|
||||||
run: flutter build apk --release --split-per-abi
|
run: flutter build apk --release --split-per-abi -P --debug
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
SIGNING_KEY_ALIAS: release
|
SIGNING_KEY_ALIAS: release
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace "com.lifegpc.ehf"
|
namespace "com.lifegpc.ehf"
|
||||||
compileSdkVersion 33
|
compileSdkVersion 34
|
||||||
ndkVersion flutter.ndkVersion
|
ndkVersion flutter.ndkVersion
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user