appdistribution is only for nightly builds, not necessary for gplay (prod) builds.

This commit is contained in:
Benoit Marty 2022-12-06 11:52:13 +01:00 committed by Benoit Marty
parent b5f6dc0034
commit a65e13970d

View file

@ -374,7 +374,7 @@ dependencies {
// API-only library
gplayImplementation libs.google.appdistributionApi
// Full SDK implementation
gplayImplementation libs.google.appdistribution
nightlyImplementation libs.google.appdistribution
// OSS License, gplay flavor only
gplayImplementation 'com.google.android.gms:play-services-oss-licenses:17.0.0'