mirror of
https://github.com/stonega/tsacdop
synced 2025-02-08 07:38:47 +01:00
Build update.
This commit is contained in:
parent
7dee5738c9
commit
1ea63a8ba5
4
.github/workflows/flutter_build.yml
vendored
4
.github/workflows/flutter_build.yml
vendored
@ -23,13 +23,13 @@ jobs:
|
||||
API_KEY: ${{ secrets.API_KEY }}
|
||||
PI_API_SECRET: ${{ secrets.PI_API_SECRET}}
|
||||
PI_API_KEY: ${{ secrets.PI_API_KEY}}
|
||||
- run: flutter build apk --split-per-abi --obfuscate --split-debug-info=debug/ --flavor=fdroid
|
||||
- run: flutter build apk --split-per-abi --obfuscate --split-debug-info=debug/ --flavor=play
|
||||
env:
|
||||
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
||||
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
|
||||
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD}}
|
||||
|
||||
- run: flutter build appbundle --obfuscate --split-debug-info=debug/ --flavor=fdroid
|
||||
- run: flutter build appbundle --obfuscate --split-debug-info=debug/ --flavor=play
|
||||
env:
|
||||
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
||||
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
|
||||
|
@ -85,13 +85,13 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
android.applicationVariants.all { variant ->
|
||||
if (variant.flavorName == "fdroid") {
|
||||
variant.outputs.all { output ->
|
||||
output.outputFileName = "app-fdroid-release.apk"
|
||||
}
|
||||
}
|
||||
}
|
||||
// android.applicationVariants.all { variant ->
|
||||
// if (variant.flavorName == "fdroid") {
|
||||
// variant.outputs.all { output ->
|
||||
// output.outputFileName = "app-fdroid-release.apk"
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
flutter {
|
||||
|
Loading…
x
Reference in New Issue
Block a user