diff --git a/app/build.gradle b/app/build.gradle index acc5090a76f05f8e8f8009e244aa979c7030853e..96775b91f67df58d90170c5a38a48a79eba5ba78 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['lineage-sdk.jar']) - implementation 'com.google.code.gson:gson:2.7' - implementation 'com.squareup.retrofit2:retrofit:2.0.1' - implementation 'com.squareup.retrofit2:converter-gson:2.0.1' - implementation 'com.squareup.okhttp3:okhttp:3.2.0' + implementation 'com.google.code.gson:gson:2.8.7' + implementation 'com.squareup.retrofit2:retrofit:2.6.1' + implementation 'com.squareup.retrofit2:converter-gson:2.6.1' + implementation 'com.squareup.okhttp3:okhttp:4.1.0' } diff --git a/app/libs/lineage-sdk.jar b/app/libs/lineage-sdk.jar index eaa089669804cfe5ad7faed72bd295f6ffd90c50..d15beacd945e1161f422042d975f2f70ad148a07 100644 Binary files a/app/libs/lineage-sdk.jar and b/app/libs/lineage-sdk.jar differ diff --git a/build.gradle b/build.gradle index 4403b5c0b9c4c0a8d93407096e8ff5ac0ca8ca8f..cfb42ef12fa12dff3c03abcab1a0677de2210e35 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.1' - + classpath 'com.android.tools.build:gradle:7.0.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index dd7c5e02785113a64deff756b5178498960d31e5..123d5b7af145faf0057b856b61fe951b02f12a5a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip