mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Small fix
This commit is contained in:
parent
46ff530412
commit
10b736c2e7
1 changed files with 4 additions and 4 deletions
|
@ -565,7 +565,7 @@ dependencies {
|
||||||
def exif_version = "1.3.7"
|
def exif_version = "1.3.7"
|
||||||
def biometric_version = "1.2.0-alpha05"
|
def biometric_version = "1.2.0-alpha05"
|
||||||
def billingclient_version = "6.0.1" // 6.2.0
|
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 transparency_version = "2.5.19"
|
||||||
def javamail_version = "1.6.7"
|
def javamail_version = "1.6.7"
|
||||||
def jsoup_version = "1.17.2"
|
def jsoup_version = "1.17.2"
|
||||||
|
@ -713,9 +713,9 @@ dependencies {
|
||||||
playImplementation "com.android.billingclient:billing:$billingclient_version"
|
playImplementation "com.android.billingclient:billing:$billingclient_version"
|
||||||
|
|
||||||
// https://mvnrepository.com/artifact/com.google.android.gms/play-services-basement
|
// https://mvnrepository.com/artifact/com.google.android.gms/play-services-basement
|
||||||
githubImplementation "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:$playservicesbase_version"
|
largeImplementation "com.google.android.gms:play-services-basement:$playservicesbasement_version"
|
||||||
playImplementation "com.google.android.gms:play-services-basement:$playservicesbase_version"
|
playImplementation "com.google.android.gms:play-services-basement:$playservicesbasement_version"
|
||||||
|
|
||||||
// https://github.com/appmattus/certificatetransparency
|
// https://github.com/appmattus/certificatetransparency
|
||||||
// https://mvnrepository.com/artifact/com.appmattus.certificatetransparency/certificatetransparency-android
|
// https://mvnrepository.com/artifact/com.appmattus.certificatetransparency/certificatetransparency-android
|
||||||
|
|
Loading…
Reference in a new issue