`appdistribution` is only for nightly builds, not necessary for gplay (prod) builds.
This commit is contained in:
parent
b5f6dc0034
commit
a65e13970d
|
@ -374,7 +374,7 @@ dependencies {
|
||||||
// API-only library
|
// API-only library
|
||||||
gplayImplementation libs.google.appdistributionApi
|
gplayImplementation libs.google.appdistributionApi
|
||||||
// Full SDK implementation
|
// Full SDK implementation
|
||||||
gplayImplementation libs.google.appdistribution
|
nightlyImplementation libs.google.appdistribution
|
||||||
|
|
||||||
// OSS License, gplay flavor only
|
// OSS License, gplay flavor only
|
||||||
gplayImplementation 'com.google.android.gms:play-services-oss-licenses:17.0.0'
|
gplayImplementation 'com.google.android.gms:play-services-oss-licenses:17.0.0'
|
||||||
|
|
Loading…
Reference in New Issue