1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-249 CI | Enhancement | Distribute nightly builds for product review (#2463)

This commit is contained in:
Evgenii Kozlov 2022-08-02 18:47:08 +03:00 committed by GitHub
parent f070ebd545
commit e46cf752bd
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ android {
//signingConfig signingConfigs.debug
firebaseAppDistribution {
artifactType="AAB"
groups="anytype-q&a"
groups="anytype-q&a, product-review"
serviceCredentialsFile="$rootDir/scripts/distribution/anytype-debug-service-account-key.json"
}
}