Update gradle tasks and paths regarding the new gplay and fdroid flavor.
This commit is contained in:
parent
fa05b18d32
commit
db6b52f8bf
6 changed files with 12 additions and 12 deletions
|
|
@ -124,7 +124,7 @@ android {
|
|||
// We upload the universal APK to fix this error:
|
||||
// "App Distribution found more than 1 output file for this variant.
|
||||
// Please contact firebase-support@google.com for help using APK splits with App Distribution."
|
||||
artifactPath = "$rootDir/app/build/outputs/apk/nightly/app-universal-nightly.apk"
|
||||
artifactPath = "$rootDir/app/build/outputs/apk/gplay/nightly/app-gplay-universal-nightly.apk"
|
||||
// artifactType = "AAB"
|
||||
// artifactPath = "$rootDir/app/build/outputs/bundle/nightly/app-nightly.aab"
|
||||
// This file will be generated by the GitHub action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue