mirror of https://github.com/M66B/FairEmail.git
Small fix
This commit is contained in:
parent
46ff530412
commit
10b736c2e7
|
@ -565,7 +565,7 @@ dependencies {
|
|||
def exif_version = "1.3.7"
|
||||
def biometric_version = "1.2.0-alpha05"
|
||||
def billingclient_version = "6.0.1" // 6.2.0
|
||||
def playservicesbase_version = "18.3.0";
|
||||
def playservicesbasement_version = "18.3.0";
|
||||
def transparency_version = "2.5.19"
|
||||
def javamail_version = "1.6.7"
|
||||
def jsoup_version = "1.17.2"
|
||||
|
@ -713,9 +713,9 @@ dependencies {
|
|||
playImplementation "com.android.billingclient:billing:$billingclient_version"
|
||||
|
||||
// https://mvnrepository.com/artifact/com.google.android.gms/play-services-basement
|
||||
githubImplementation "com.google.android.gms:play-services-basement:$playservicesbase_version"
|
||||
largeImplementation "com.google.android.gms:play-services-basement:$playservicesbase_version"
|
||||
playImplementation "com.google.android.gms:play-services-basement:$playservicesbase_version"
|
||||
githubImplementation "com.google.android.gms:play-services-basement:$playservicesbasement_version"
|
||||
largeImplementation "com.google.android.gms:play-services-basement:$playservicesbasement_version"
|
||||
playImplementation "com.google.android.gms:play-services-basement:$playservicesbasement_version"
|
||||
|
||||
// https://github.com/appmattus/certificatetransparency
|
||||
// https://mvnrepository.com/artifact/com.appmattus.certificatetransparency/certificatetransparency-android
|
||||
|
|
Loading…
Reference in New Issue