Update gradle tasks and paths regarding the new gplay and fdroid flavor.

This commit is contained in:
Benoit Marty 2024-01-11 21:02:26 +01:00 committed by Benoit Marty
parent fa05b18d32
commit db6b52f8bf
6 changed files with 12 additions and 12 deletions

View file

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